import { LicenseInfo } from "../../core-types";
export declare class LicenseError extends Error {
    constructor(licenseInfo: LicenseInfo);
}
