import { Bounds, View } from "../ept"; import { Reproject } from "../utils"; export declare type Addon = [string, string]; export declare type Addons = Addon[]; export declare type Options = { ept?: string; zOffset: number; dimensions: string[]; addons: Addons; truncate: boolean; }; export declare type Params = { view: View.Readable; tileBounds: Bounds; toEcef: Reproject; options: Partial; }; //# sourceMappingURL=types.d.ts.map