declare function isFunction(value: any): boolean;
export { isFunction };
