export declare const getObjectPropertyByString: (obj: object, path: string) => any;
export declare const arrayHasArrays: (array: string[]) => boolean;
