import { IUpdateQuery } from "@/common"; export declare const updateValue: (query: IUpdateQuery, storedValue: any) => any;