/** * WAW040: RDS Deletion Protection Disabled (full tier) * * Flags RDS instances and clusters without DeletionProtection: true. Tier-aware * (#894): a relaxed "light" stack (local/Floci, or no --env/ownership.env set) * only warns, since local/dev databases are routinely torn down on purpose; the * strict "full"/production tier (ctx.env === "prod"/"production"/"full", the * existing #201 env seam — see isFullTierEnv) fails the build. */ import type { PostSynthCheck, PostSynthContext, PostSynthDiagnostic } from "@intentius/chant/lint/post-synth"; export declare function checkRdsDeletionProtection(ctx: PostSynthContext): PostSynthDiagnostic[]; export declare const waw040: PostSynthCheck; //# sourceMappingURL=waw040.d.ts.map