import { InterfaceDeclaration } from "ts-morph"; export interface WritesInterfacePort { write(interfaceDeclaration: InterfaceDeclaration): Promise; }