import { AnyObject } from '../types.js';
export declare function flattenObjDeep(obj: AnyObject): AnyObject;
