/** * WFJ011: GitHub-hosted runner label. * * `runs-on` labels like `macos-latest` / `windows-latest` name GitHub-hosted * runners that don't exist on Forgejo, and `ubuntu-*` labels that the dialect * didn't map (e.g. when mapping is overridden away) won't be advertised by a * default Forgejo runner. Flags any such label that survives into the output. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const wfj011: PostSynthCheck; //# sourceMappingURL=wfj011.d.ts.map