/** * WGL032: Include/Component Source Resembling a Well-Known Project * * Flags an `include:project` path or `component:` source that is a near-miss * (edit distance 1–2) of a well-known GitLab CI source but not an exact match — * a likely typo or an impersonation of the trusted project. Advisory; backed by * a vendored reference list. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare function nearestKnownSource(path: string): string | undefined; export declare const wgl032: PostSynthCheck; //# sourceMappingURL=wgl032.d.ts.map