/**
 * Check if argument is function
 * @param arg
 * @returns {boolean}
 */
export declare function isFunction(arg: unknown): arg is Function;
