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