UNPKG

cdk-insights

Version:

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

5 lines (4 loc) 226 B
import type { UserConfig } from '../types/cli.types'; export declare const loadUserConfig: () => UserConfig; export declare const saveUserConfig: (config: UserConfig) => void; export declare const resetUserConfig: () => void;