export declare function flattenNestedProperties<T>(data: Record<string, any>, prefixParts?: string[]): Record<string, any>;
//# sourceMappingURL=flatten.d.ts.map