/** * WGL018: Missing Timeout * * Warns about jobs without an explicit `timeout:` setting. * The default (1 hour) may be too long for most jobs. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const wgl018: PostSynthCheck; //# sourceMappingURL=wgl018.d.ts.map