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