import { Config } from "../../api.types"; import { StorageApiType } from "./storage.types"; export declare const StorageAPI: (config: Config) => StorageApiType;