import { Fetcher } from '../../../common/api'; import { IOrganizationResponse } from '../../types'; export declare const deleteAddress: (fetcher: Fetcher, organizationId: string, addressId: string) => Promise;