/** * DKRS001: No Latest Tag * * Warns when a Service's image prop is set to a literal string * ending with `:latest` or has no tag (implies latest). * Using `:latest` prevents reproducible builds. */ import type { LintRule } from "@intentius/chant/lint/rule"; export declare const noLatestTagRule: LintRule; //# sourceMappingURL=no-latest-tag.d.ts.map