import { LicenseInfo } from "../core-types";
export declare class LicenseUtils {
    static isValid(license: LicenseInfo): boolean;
}
