/// import type path from 'path'; export interface TextFile { path: path.ParsedPath; content: string; }