/** * WGL003: Missing stage * * Jobs should declare a `stage` property. Without it, the job defaults * to the "test" stage which may not be the intended behavior. */ import type { LintRule } from "@intentius/chant/lint/rule"; export declare const missingStageRule: LintRule; //# sourceMappingURL=missing-stage.d.ts.map