export declare type Errback = (err: Error | null, result?: T) => void; export declare type Patch = { [K in keyof T]?: T[K] | Patch; }; //# sourceMappingURL=types.d.ts.map