export declare function unflat<T extends Record<string, unknown>>(flattenedObject: T): T;
//# sourceMappingURL=unflat.d.ts.map