export * from './types'; export type TFn = (...args: any[]) => T;