/// import { Params } from "../types"; export declare const Xyz: { create: typeof create; }; declare function create({ view, tileBounds, toEcef, options: { zOffset }, }: Params): Buffer; export {}; //# sourceMappingURL=xyz.d.ts.map