import { TFpsControlsAccessors } from '../../Models'; import { TWriteable } from '@hellpig/anarchy-shared/Utils'; import { FirstPersonControls } from '../../../../../../node_modules/@types/three/examples/jsm/controls/FirstPersonControls'; export declare function getFpsControlsAccessors(entity: TWriteable): TFpsControlsAccessors;