import { AccountDataType, AccountConfigType } from '../types';
/**
 * Generate a download URL to the report with the `id` identifier
 * @param id Report id to generate download URL
 */
export declare const generateReportURIFromID: (reportId: number | string, accountData: AccountDataType, accountConfig: AccountConfigType) => string;
//# sourceMappingURL=generateReportURIFromID.d.ts.map