export { passwordVaultConfig } from './config'; export { PasswordVaultModule } from './components/password-vault-module'; export type { VaultEntry, VaultEntryCategory } from './types';