import LICENSE_STATUS from "./ChatLicenseStatus";
declare const ChatLicenseError: {
    [key in LICENSE_STATUS]: string;
};
export default ChatLicenseError;
