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