export declare class LicenseInfo {
    static getKey(): string;
    static getReleaseInfo(): string;
    static setLicenseKey(key: string): void;
    static setReleaseInfo(encodedReleaseInfo: string): void;
}
