import 'cross-fetch/polyfill'; import { DataInterface, ExportInterface, Status } from './constants'; export declare function retrieveData({ debug: requestDebug, endpoint, configuration, auth, isTokenRequest, retry }: DataInterface): Promise; export declare function generateExport({ data, encoding, format, saveLocation, saveName }: ExportInterface): Promise;