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