import { TopLevelConfig } from '../config/config.js';
export declare function downloadData(configs: TopLevelConfig[], accountIds: string[], regions: string[], services: string[], concurrency: number | undefined, skipIndex: boolean): Promise<void>;
//# sourceMappingURL=download.d.ts.map