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