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