import { EngineOptions, StorageEngine } from "./storage.mjs"; export declare function createStorageEngine(opts: EngineOptions): StorageEngine;