export type insertObject = { [x: string]: any; }; export declare function insertPoint(name: string): string; export type Result = { [x: string]: any; }; export declare function flatten(data: Result, skipArray?: boolean): Result; export declare function insertValue(obj: insertObject, name: string, index: number, value: any): void; export type SpliceValue = { [x: string]: any; }; export declare function spliceValue(obj: SpliceValue, name: keyof SpliceValue & string, index: number): void; //# sourceMappingURL=flat.d.ts.map