import { type Result } from '@zokugun/xtry'; import { type FsError } from './fs-error.mjs'; export type FsResult = Result;