export interface AsyncUseCase { execute(input: Input): Promise; }