export declare class ObjectTool { static walk(obj: Object, fn: (key: string, value: any, obj: Object) => void): void; }