/** * WGL029: Unpinned include:project / component Reference * * Flags an `include:project` or CI/CD `component:` resolved by a moving ref — a * branch, no `ref:` at all (defaults to the project's default branch), or a * floating component version — instead of a pinned tag or commit SHA. A * repointed ref turns the included configuration into a supply-chain entry point. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const wgl029: PostSynthCheck; //# sourceMappingURL=wgl029.d.ts.map