import { AnyObject } from "../interfaces";
export declare function convertNestedProp(object: AnyObject, pathArr: string[], format: 'array' | 'object'): any;
