interface Interactor { execute(...args: Input): Output; } export type { Interactor };