import type { KeychainManager } from "../types.js"; export declare function createKeychainManager(): KeychainManager;