import type { AnyFn } from './index.js'; /** * Asserts that a value is a `Function` which throws when invoked. * * @tags guard, functions, errors */ export declare const throwsAnyError: (value: Fn) => value is Fn;