import type { AnalysisResults, CloudFormationStack, CreateFindingFunction } from '../../../../types/analysis.types'; import type { AppContext } from '../../types'; export declare const checkDanglingGetStackOutput: (template: CloudFormationStack, createFinding: CreateFindingFunction, appContext?: AppContext) => AnalysisResults;