import { loadFunctionTypes, isFunctionDefinition, getFunctionTypeResources, interpolated, hasFunctionDefinition } from '@maptalks/function-type'; import { compileStyle, isFeatureFilter, createFilter, getFilterFeature } from '@maptalks/feature-filter'; /** * @classdesc * Utilities from mapbox or implementations of mapbox specifications. It is static and should not be initiated. * @class * @category core * @name MapboxUtil */ export { loadFunctionTypes, isFunctionDefinition, getFunctionTypeResources, interpolated, hasFunctionDefinition }; export declare function loadGeoSymbol(symbol: any, geo: any): any; export { compileStyle, isFeatureFilter, createFilter, getFilterFeature }; //# sourceMappingURL=index.d.ts.map