export type Exact<in out T> = (x: T) => T;
//# sourceMappingURL=Exact.d.ts.map