export declare class CommunicationApi { static getCommunication: (params?: { [key: string]: string | number; }) => Promise>; }