/** * DKRD012: No Root User * * Warns when a Dockerfile has no USER instruction, * meaning the container runs as root by default. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const dkrd012: PostSynthCheck; //# sourceMappingURL=no-root-user.d.ts.map