/** * WAW013: Child project has no stackOutput() exports * * When a parent uses nestedStack() to reference a child project, the child * must declare at least one stackOutput() — otherwise the parent can't * reference any of its values. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const waw013: PostSynthCheck; //# sourceMappingURL=waw013.d.ts.map