declare const isFunction: (value: any) => value is Function;
export { isFunction };
