export declare type Result = { ok: true; } | { ok: false; err: (label: string) => string; }; //# sourceMappingURL=result.types.d.ts.map