import { CommunicationUserTokenModel } from 'ch-api-client-typescript2/lib/models/communication-user-token-model';
export declare const getCommunicationUser: () => Promise<CommunicationUserTokenModel>;
declare const communications: {
    getCommunicationUser: () => Promise<CommunicationUserTokenModel>;
};
export default communications;
