declare function selfUpdate(obj: object, path: string, operate: string | string[]): void; export { selfUpdate };