export declare const isFunction: (data: unknown) => data is (...args: any[]) => any;
