export declare type IRefArrPath = (string | number)[];
export declare type IRefPath = IRefArrPath | string;
export declare const getDataFromRefPath: (data: any, refPath: IRefPath) => any;
