import { MetaverseLightwalletDatabase } from './database'; export declare class MetaverseLightwalletDatabaseMemory { static create(options?: { name?: string; }): Promise>>; static initialize(database: MetaverseLightwalletDatabase): Promise; }