import { type IFilter, type IInsightDefinition } from "@gooddata/sdk-model"; import { type IGeoLayer } from "@gooddata/sdk-ui-geo"; /** * Builds the layer definitions for GeoChartNext programmatic embedding. * * @internal */ export declare function buildGeoChartNextLayers(insight: IInsightDefinition, primaryType: "area" | "pushpin"): IGeoLayer[]; export declare function buildGeoChartNextGlobalFilters(insight: IInsightDefinition): IFilter[]; //# sourceMappingURL=geoEmbeddingLayers.d.ts.map