import { Fetcher } from '../../common/api'; import { IPerson } from '../types'; import { IPlace } from '../../place'; export declare const updateAddress: (fetcher: Fetcher, addressId: string, updatedAddress: IPlace) => Promise;