/** * AZR018: SQL Server missing auditing * * Warns when a SQL Server does not have auditing configured. * Azure SQL auditing tracks database events and writes them * to an audit log, helping meet compliance requirements. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const azr018: PostSynthCheck; //# sourceMappingURL=azr018.d.ts.map