import { ISearchResult } from '../../common'; import { Fetcher } from '../../common/api'; import { ICommunication, ICommunicationFindByInputDto } from '../types'; export declare const getCommunication: (fetcher: Fetcher, filters?: ICommunicationFindByInputDto) => Promise>;