import * as Cesium from "../3d-tiles"; declare type Tile = { input: string; output: string; threads: number; force: boolean; verbose: boolean; options?: Partial; }; export declare function tile(args: Tile): Promise; export {}; //# sourceMappingURL=tile.d.ts.map