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