import { InterfaceDeclaration } from "ts-morph"; export interface ReadsInterfacePort { read: (filePath: string) => Promise; }