// eslint-disable-next-line export declare function isFunction(target: any): target is VoidFunction & ((...v: any[]) => any);