/** * AZR024: VM missing boot diagnostics * * Warns when a Virtual Machine does not have boot diagnostics enabled. * Boot diagnostics helps troubleshoot VM startup failures by capturing * serial console output and screenshots. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const azr024: PostSynthCheck; //# sourceMappingURL=azr024.d.ts.map