import type { Options, Result } from './types.js'; declare const readdir: (rootPath: string, options?: Options) => Promise; export default readdir;