import { TCommonCameraAccessors, TOrthographicCamera, TOrthographicCameraAccessors, TPerspectiveCamera, TPerspectiveCameraAccessors } from '../Models'; import { TWriteable } from '@hellpig/anarchy-shared/Utils'; export declare function getCommonCameraAccessors(entity: TWriteable): TCommonCameraAccessors; export declare function getPerspectiveCameraAccessors(entity: TWriteable): TPerspectiveCameraAccessors; export declare function getOrthographicCameraAccessors(entity: TWriteable): TOrthographicCameraAccessors;