declare const flattenObject: (object: T, includeObjects?: boolean) => T; export default flattenObject;