import { AccountConfigType, AccountDataType, AccountReportsType } from '../types';
export declare function getAccountReportsRequest(accountData: AccountDataType, accountConfig: AccountConfigType): Promise<AccountReportsType>;
//# sourceMappingURL=getAccountReportsRequest.d.ts.map