IInputSystem: {
    getInputCommand: ((inputAction: InputAction, pointerEventType: PointerEventType, entity?: Entity) => PBPointerEventsResult | null);
    isPressed: ((inputAction: InputAction) => boolean);
    isTriggered: ((inputAction: InputAction, pointerEventType: PointerEventType, entity?: Entity) => boolean);
}

Type declaration