import { SimpleStorage, JsonStorage } from "../../types.js"; export declare function jsonStorage(storage: SimpleStorage): JsonStorage;