import type { ICloudFormationClient } from '../aws-auth/sdk'; /** * Fetch and parse a stack's (original) template. Returns `undefined` if it can't be read — * investigations are best-effort, so a failed read is logged at debug and diagnosis * continues without the template. */ export declare function getStackTemplate(cfn: ICloudFormationClient, stackName: string, debug: (msg: string) => Promise): Promise; //# sourceMappingURL=stack-template.d.ts.map