import Protobuf from 'pbf'; import type { MVTTile } from "./mvt-types.js"; export declare function writeMVT(tile: MVTTile, pbf?: Protobuf): void; //# sourceMappingURL=write-mvt-to-pbf.d.ts.map