export declare type DeepPartial = T extends {} ? { [P in keyof T]?: DeepPartial; } : T; export declare type Opaque = T & { __type?: N; }; //# sourceMappingURL=types.d.ts.map