/** * A Type Guard that checks if the given value is a function * * @category Type Guard */ declare const isTypeFunction: import("./matchType").MatchTypeFn<"function">; export { isTypeFunction };