/** * WGL019: Missing Retry on Deploy Jobs * * Deploy-stage jobs should have a `retry:` strategy to handle transient * infrastructure failures. This is informational, not a hard requirement. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const wgl019: PostSynthCheck; //# sourceMappingURL=wgl019.d.ts.map