export declare const MULTIPOLYGON: {
    type: string;
    features: {
        type: string;
        properties: {};
        geometry: {
            type: string;
            coordinates: number[][][][];
        };
    }[];
};
