export declare function insertPoint(name: any): any; export declare function flatten(data: any): any; export declare function unflatten(data: Record): any; export declare function flattenArray(arr: T[]): any;