import { IAlunaExchangeAuthed } from '../../../../../lib/core/IAlunaExchange'; import { IAlunaOrderParseManyParams, IAlunaOrderParseManyReturns } from '../../../../../lib/modules/authed/IAlunaOrderModule'; import { IPoloniexOrderResponseSchema } from '../../../schemas/IPoloniexOrderSchema'; export declare const parseMany: (exchange: IAlunaExchangeAuthed) => (params: IAlunaOrderParseManyParams) => IAlunaOrderParseManyReturns;