export type Prettify = { [K in keyof T]: T[K]; } & {}; //# sourceMappingURL=prettify.d.ts.map