import { IAlunaExchangeAuthed } from '../../../../../lib/core/IAlunaExchange'; import { IAlunaOrderPlaceParams, IAlunaOrderPlaceReturns } from '../../../../../lib/modules/authed/IAlunaOrderModule'; export declare const place: (exchange: IAlunaExchangeAuthed) => (params: IAlunaOrderPlaceParams) => Promise;