export declare class LicenseError extends Error {
    constructor(message: string);
}
export declare function readLicense(): string | undefined;
