import type { KeyManagement } from "../types.js"; /** * In-memory KeyManagement implementation for testing and development. * * This implementation stores keys in memory and is useful for testing * or when you don't need persistent key storage. */ export declare function createInMemoryKeys(): KeyManagement; //# sourceMappingURL=keys.inmemory-adapter.d.ts.map