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