UNPKG

cdk-insights

Version:

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

5 lines (4 loc) 272 B
import { type LicenseInfo } from '../shared/featureFlags'; export declare const validateLicense: (licenseKey?: string, authToken?: string) => Promise<LicenseInfo>; export declare const clearLicenseCache: () => void; export declare const getLicenseCacheSize: () => number;