import { CloudFormationTemplate, ResolveVariable } from '../types'; export declare const resolveVariablesInCdkOutput: (cdkOutput: CloudFormationTemplate, resolveVariable?: ResolveVariable) => Promise; //# sourceMappingURL=resolveVariablesInCdkOutput.d.ts.map