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