/** Map fs.Dirent -> WASI type */ export declare function wasiTypeFromDirent(obj: any): { tag: string; val?: undefined; } | { tag: string; val: any; };