/** * WGL030: Mutable or Insecure include:remote * * Flags `include:remote` URLs that are fetched over HTTP (no transport * integrity) or over HTTPS but inherently mutable (a raw URL can be repointed * at any time). Prefer `include:project` pinned to a tag/SHA, or a pinned * component, over a remote URL. Generalizes WGL017 (non-HTTPS) to includes. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const wgl030: PostSynthCheck; //# sourceMappingURL=wgl030.d.ts.map