/** * WAW014: Nested stack outputs never referenced from parent * * Warns when a nestedStack() is declared but none of its outputs are * referenced from the parent template. Could just be a separate build. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const waw014: PostSynthCheck; //# sourceMappingURL=waw014.d.ts.map