import { IAlunaExchangeAuthed } from '../../../../../lib/core/IAlunaExchange'; import { IAlunaKeyFetchDetailsParams, IAlunaKeyFetchDetailsReturns } from '../../../../../lib/modules/authed/IAlunaKeyModule'; export declare const fetchDetails: (exchange: IAlunaExchangeAuthed) => (params?: IAlunaKeyFetchDetailsParams) => Promise;