import { type IExportResult } from "@gooddata/sdk-backend-spi"; import { type IExtendedExportConfig } from "@gooddata/sdk-ui"; type ExportHandler = (exportFunction: (config: IExtendedExportConfig) => Promise, exportConfig: IExtendedExportConfig) => Promise; export declare const useExportHandler: () => ExportHandler; export {}; //# sourceMappingURL=useExportHandler.d.ts.map