export type AnyFunction = (...args: any[]) => unknown; export type UnknownFunction = (...args: unknown[]) => unknown;