import type { CloudFormationResource, Issue } from '../../types/analysis.types';
export declare const generatePrompt: (resourceId: string, resource: CloudFormationResource, existingFindings?: Issue[]) => string;
