import type { LicenseInfo } from './license-info';
export declare function validate(key: string): Promise<LicenseInfo>;
