declare class ChatLicenseInfo {
    static getLicenseKey(): string | undefined;
    static setLicenseKey(key: string): void;
}
export default ChatLicenseInfo;
