import { Entity } from './entity.js'; import { EntitySystem } from './system.js'; export declare function MoveClientToIntermission(ent: Entity, context: EntitySystem): void; export declare function useTargetCamera(self: Entity, other: Entity | null, activator: Entity | null, context: EntitySystem): void; export declare function registerTargetCamera(registry: any): void; //# sourceMappingURL=camera.d.ts.map