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