/** * WAW057: SCP Guardrail Attached to No Targets * * Flags SERVICE_CONTROL_POLICY resources with no TargetIds. A defined but * unattached SCP enforces nothing — the usual shape of a guardrail that was * "kept" in a template while being detached from the root or its OUs. */ import type { PostSynthCheck, PostSynthContext, PostSynthDiagnostic } from "@intentius/chant/lint/post-synth"; export declare function checkScpUnattached(ctx: PostSynthContext): PostSynthDiagnostic[]; export declare const waw057: PostSynthCheck; //# sourceMappingURL=waw057.d.ts.map