import type { InputAction } from '@rapierphysicsplugin/shared'; import type { PhysicsWorldContext } from './pw-types.js'; export declare function applyInput(ctx: PhysicsWorldContext, action: InputAction): void; //# sourceMappingURL=pw-input.d.ts.map