import type { Disposable } from "../interfaces"; import type { Client } from "../types"; /** * @category Adapters * @remarks In-memory client */ export declare const InMemoryClient: () => Client & Disposable; //# sourceMappingURL=InMemoryClient.d.ts.map