export type { CertTarget, SecretTarget, ExecConfig, ManagedKeyConfig, TLSConfig, AgentConfig, ExecSecret, } from './config/index.js'; export { DEFAULT_EXEC_CONFIG, DEFAULT_TLS_CONFIG, EMPTY_CONFIG, loadConfig, getConfig, isConfigured, getConfigPath, setConfigInMemory, clearConfigInMemory, isConfigInMemory, saveConfig, setConfig, updateApiKey, addTarget, removeTarget, getTargets, updateTargetFingerprint, addSecretTarget, removeSecretTarget, getSecretTargets, updateSecretTargetVersion, updateManagedKey, isManagedKeyMode, syncManagedKeyFile, fetchConfigFromVault, isConfigFromVaultEnabled, getMinimalConfigForVaultMode, discoverAgentIdentity, } from './config/index.js'; export type { FetchConfigOptions, FetchConfigResult, ManagedKeySyncResult, ManagedKeyProbe, ManagedKeyProbeResult, } from './config/index.js'; //# sourceMappingURL=config.d.ts.map