export declare class EncryptionJobs { constructor(); getRecordCount(jobType?: string, table?: string, column?: string, key?: string, version?: string, variable?: string): number; isAuditedColumn(tableName?: string, columnName?: string): boolean; } //# sourceMappingURL=EncryptionJobs.d.ts.map