declare function toArray(value: ReadonlyArray | Array | T | null | undefined): Array; declare function mapObjectKeyNames(object?: {}): string[][]; declare function getParentsFromPath(path: ReadonlyArray): string[][]; declare function mergeDeep(...objects: Array): any; declare function hasProperty(object: O, property: string): boolean; export { getParentsFromPath, hasProperty, mapObjectKeyNames, mergeDeep, toArray, }; //# sourceMappingURL=object-utils.d.ts.map