UNPKG

cdk-insights

Version:

AWS CDK security and cost analysis tool with AI-powered insights

9 lines (8 loc) 290 B
export declare function authenticateUser(licenseKey: string, fingerprint: string, project: string): Promise<{ token: string; usageData?: any; licenseInfo?: any; fingerprint?: string; apiUrl?: string; } | undefined>; export declare const clearAuthTokenCache: () => void;