export { Ok, Err, ResultUtils, type Result } from './result.js'; export { Some, None, OptionUtils, type Option } from './option.js'; export { ResultAsync, OptionAsync } from './async.js'; //# sourceMappingURL=index.d.ts.map