export default function (func: ((...params: any[]) => any) | undefined, ...params: any[]): any;