export { domainMatches as matchDomain, matchesDomains } from '../_shared/index.js'; export { parseEnvFile, serializeEnvFile } from './env-file.js'; export { EnvSecretStore } from './env-secret-store.js'; export { SecretProxyManager } from './proxy-manager.js'; export type { MaskedSecret, Secret, SecretEntry, SecretStore } from './types.js';