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