import { type IExecutionDefinition, type IInsightDefinition, type ISettings, type ObjRef } from "@gooddata/sdk-model"; type GeoRawExportPreparation = { executionDefinition: IExecutionDefinition; filledInsight: IInsightDefinition; }; type GeoRawExportPreparationOptions = { baseExecutionDefinition: IExecutionDefinition; sourceInsight: IInsightDefinition; filledInsight: IInsightDefinition; workspace: string; settings: ISettings | undefined; resolveDefaultDisplayFormRef: (displayFormRef: ObjRef) => ObjRef | undefined; }; export declare function prepareGeoRawExportDefinition({ baseExecutionDefinition, sourceInsight, filledInsight, workspace, settings, resolveDefaultDisplayFormRef }: GeoRawExportPreparationOptions): GeoRawExportPreparation; export {}; //# sourceMappingURL=prepareGeoRawExportDefinition.d.ts.map