declare const isDir: (dirPath: string) => Promise; declare const listDir: (dirPath: string) => Promise; export { isDir, listDir }; //# sourceMappingURL=filesystem.d.ts.map