import { IAlunaExchangeAuthed } from '../../../../../lib/core/IAlunaExchange'; import { IAlunaPositionGetParams, IAlunaPositionGetRawReturns } from '../../../../../lib/modules/authed/IAlunaPositionModule'; import { ISamplePositionSchema } from '../../../schemas/ISamplePositionSchema'; export declare const getRaw: (exchange: IAlunaExchangeAuthed) => (params: IAlunaPositionGetParams) => Promise>;