/** * WGL026: Privileged Services Without TLS * * Warns about Docker-in-Docker (DinD) services that don't set * DOCKER_TLS_CERTDIR. Running DinD without TLS exposes the Docker * daemon on an unencrypted socket. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const wgl026: PostSynthCheck; //# sourceMappingURL=wgl026.d.ts.map