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