interface Function { (t: T): R; } export default Function;