/** * WGL001: Deprecated only/except keywords * * Flags usage of `only:` and `except:` in GitLab CI jobs. * These keywords are deprecated in favor of `rules:` which provides * more flexible conditional execution. */ import type { LintRule } from "@intentius/chant/lint/rule"; export declare const deprecatedOnlyExceptRule: LintRule; //# sourceMappingURL=deprecated-only-except.d.ts.map