In TypeScript 4+, is there a way to declare the type of a function declaration using an existing function type without separating the argument and return types?
This is u