export declare const SKIP_JS_BUILTINS: Set<string>;
export declare function _mergeDeep(dest: any, source: any, copyUndefined?: boolean, makeCopyOfSimpleObjects?: boolean): void;
export declare function _getValueUsingField(data: any, field: string, fieldContainsDots: boolean): any;
