export declare const flatToObj: (flat?: any[]) => {};
export declare const flatToHierarchy: (flat: any) => any[];
