/** * AZR019: SQL Server missing Transparent Data Encryption (TDE) * * Warns when a SQL Server database does not have TDE configured. * TDE provides encryption at rest for the entire database, backups, * and transaction log files. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const azr019: PostSynthCheck; //# sourceMappingURL=azr019.d.ts.map