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