import { AccountConfigType, AccountDataType, GetPorfolioConfigType } from '../types';
export declare function getPortfolioRequest(accountData: AccountDataType, accountConfig: AccountConfigType, config: GetPorfolioConfigType): Promise<any[]>;
//# sourceMappingURL=getPortfolioRequest.d.ts.map