/** * DKRD003: SSH Port Exposed * * Detects services exposing port 22 (SSH) on the host. * Exposing SSH externally is a security risk. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const dkrd003: PostSynthCheck; //# sourceMappingURL=ssh-port-exposed.d.ts.map