/// import * as fsWalk from '@nodelib/fs.walk'; export declare const walkFile: (rootPath: string) => Promise<{ content: string; dirent: fsWalk.Dirent; name: string; path: string; stats?: import("fs").Stats; }[]>;