import { ThreadGenerator } from '../threading'; import { BBox } from '../types'; /** * Perform a transition that zooms out from a given area of the scene. * * @param area - The area from which to zoom out. * @param duration - The duration of the transition. */ export declare function zoomOutTransition(area: BBox, duration?: number): ThreadGenerator; //# sourceMappingURL=zoomOutTransition.d.ts.map