/** * DKRD002: Unused Named Volume * * Detects top-level named volumes that are not mounted by any service. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const dkrd002: PostSynthCheck; //# sourceMappingURL=unused-volume.d.ts.map