export function setByPath(object: any, path: string | any[], value: any): void;
export function getByPath(object: any, path: string | any[]): any;
declare const _default: {};
export default _default;
//# sourceMappingURL=objectHelpers.d.ts.map