import { VTTile } from '../process.spec.js';
/**
 * TODO: Add in offset data as needed
 * Build functions back into the vector tile and its layers & features
 * @param vectorTile - input vector tile
 */
export declare function rebuildVectorTile(vectorTile: VTTile): void;
