import { FsError } from '../types/fs-error.cjs'; export declare function isFsError(err: any): err is FsError;