export type AnyFunction<Params extends any[] = any[], Result = any> = (...args: Params) => Result;
//# sourceMappingURL=any_function.d.ts.map