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