UNPKG

cdk-insights

Version:

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

6 lines (5 loc) 315 B
import type { CommandModule } from 'yargs'; import type { AnalyzeCommandArgs } from '../types/cli.types'; export declare const resetConfigCommand: CommandModule; export declare const setupCdkNagCommand: CommandModule; export declare const analyzeCommand: CommandModule<Record<string, unknown>, AnalyzeCommandArgs>;