import { ClassDeclaration } from 'ts-morph'; export interface ReadsClassPort { read: (filePath: string) => Promise; }