import { Fetcher } from '../../common/api'; import { IWalletHistorical } from '../types'; export declare const getWalletHistorical: (fetcher: Fetcher, walletId: string, historicalId: string) => Promise;