import { StorageSchema } from "../types/Storage";
import { EntityDict } from "./EntityDict";
export declare const storageSchema: StorageSchema<EntityDict>;