export declare const _initialize: (key: string) => { success: boolean; message: string; }; export declare const isLicensed: () => boolean; export declare const getLicenseInfo: () => { licensedTo: string; expiresAt: string; issuedAt: string; } | null; export declare const assertFn: () => void;