UNPKG

cdk-insights

Version:

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

3 lines (2 loc) 264 B
import type { AnalysisSummary, IssueGroup } from '../../types/analysis.types'; export declare const generateOutput: (output: string, stackName: string, workingRecommendationMap: Record<string, IssueGroup>, includeLinks: boolean, summary: AnalysisSummary) => void;