/** * Secret management collections * @packageDocumentation */ export { type ListAuditLogsOptions, SecretAuditLogCollection, } from './SecretAuditLogCollection.js'; export { type ListSecretsOptions, SecretCollection, } from './SecretCollection.js'; export { TenantKeyCollection } from './TenantKeyCollection.js'; //# sourceMappingURL=index.d.ts.map