/** * WGL010: Undefined stage * * Detects jobs that reference a stage not declared in the `stages:` list. * This will cause a pipeline validation error in GitLab. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const wgl010: PostSynthCheck; //# sourceMappingURL=wgl010.d.ts.map