import { Adapter } from '../Low.js'; export declare class Memory implements Adapter { private data; read(): Promise; write(obj: T): Promise; }