import type { DirPort } from "../ports/dir.ts"; export declare class NodeDir implements DirPort { listDir(path: string): string[] | null; }