/** Returns whether the value is a function. Acts as a type guard. */
export declare function isFunction(value: any): value is Function;
