import type { LicenseInfo } from './license-info.js';
export declare function isValidLicense(license: LicenseInfo): boolean;
