export declare function getObjectValue(object: any, fieldPath: string): any; export declare function addZero(n: any): any; export declare const recursive: (node: any, call: (x: any) => void) => void;