/**
 * Worker loader for the Mapbox Vector Tile format
 */
export declare const MVTFormat: {
    readonly name: "Mapbox Vector Tile";
    readonly id: "mvt";
    readonly module: "mvt";
    readonly extensions: ["mvt", "pbf"];
    readonly mimeTypes: ["application/vnd.mapbox-vector-tile", "application/x-protobuf"];
    readonly category: "geometry";
};
//# sourceMappingURL=mvt-format.d.ts.map