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