/** * WAW052: Cognito MFA Not Required (full tier) * * Flags UserPools without MfaConfiguration: ON. Tier-aware (#894), same * seam as WAW040: a relaxed "light" stack (local/Floci, or no --env/ * ownership.env set) only warns; the strict "full"/production tier * (ctx.env === "prod"/"production"/"full") fails the build. */ import type { PostSynthCheck, PostSynthContext, PostSynthDiagnostic } from "@intentius/chant/lint/post-synth"; export declare function checkCognitoMfaRequired(ctx: PostSynthContext): PostSynthDiagnostic[]; export declare const waw052: PostSynthCheck; //# sourceMappingURL=waw052.d.ts.map