declare const _default: (func: Function) => boolean; /** * @param {Function} func - Function that wanted to be validated. * @return {boolean} True or false. * @description Check wether the parameters passed is a function or not. */ export default _default;