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