import { CzmObject, CzmViewer } from '../../../core'; import { CzmFlyAround } from '../../CzmObjects'; export declare class CzmCzmFlyAround extends CzmObject { static readonly type: void; constructor(sceneObject: CzmFlyAround, czmViewer: CzmViewer); }