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