UNPKG

cdk-insights

Version:

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

4 lines (3 loc) 203 B
import type { CommandModule } from 'yargs'; import type { AnalyzeCommandArgs } from '../types/cli.types'; export declare const analyzeCommand: CommandModule<Record<string, unknown>, AnalyzeCommandArgs>;