/** * DKRD011: Prefer COPY over ADD * * ADD has surprising behavior (auto-extracts archives, fetches URLs). * Use COPY when you just need to copy local files. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const dkrd011: PostSynthCheck; //# sourceMappingURL=prefer-copy.d.ts.map