export type AnyFunction = (...args: any[]) => any; export type Wraps = (...args: Parameters) => ReturnType;