export { DeploymentRootKeyProvider, parseDeploymentRootKeyConfig, type DeploymentRootKeyProviderOptions, type RootKeyMaterial, } from './DeploymentRootKeyProvider'; export { SecretCellError, SecretCellVault, normalizeContext, type SecretCellContext, type SecretCellEnvelope, type SecretCellVaultOptions, type SecretCellWrappedDataKey, } from './SecretCellVault';