export declare function typeSafeObjectFromEntries<const T extends ReadonlyArray<readonly [PropertyKey, unknown]>>(entries: T): { [K in T[number] as K[0]]: K[1]; };
//# sourceMappingURL=typeSafeObjectFromEntries.d.ts.map