export declare type R<V, E = Error> = [val: V, err?: E];
//# sourceMappingURL=result.d.ts.map