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