import type { Config } from "@/types"; import { Storage } from "./storage.js"; /** * Resolves a Storage instance from either a Storage object or runtime Config. * Expects: config.dbPath is stable for process lifetime when using shared mode. */ export declare function storageResolve(input: Storage | Config): Storage; //# sourceMappingURL=storageResolve.d.ts.map