export type Func<T> = (...args: unknown[]) => T
