/** * WAW011: Deprecated Lambda Runtime * * Checks Lambda function resources for deprecated or approaching-EOL runtimes. * Emits error for "deprecated" runtimes and warning for "approaching_eol". */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const waw011: PostSynthCheck; //# sourceMappingURL=waw011.d.ts.map