import { IStorage } from "../types"; export declare const storageData: (storage: IStorage, data: any) => void;