import { ruleCreator } from "../_internal/rule-creator.js"; type MessageIds = "forbidden" | "suggestWrapInError"; type Options = readonly []; /** * Disallow throwing or rejecting values that are not Error-like. */ declare const rule: ReturnType>; /** Deprecated rule with explicit lifecycle and replacement metadata. */ declare const deprecatedRule: typeof rule; export default deprecatedRule; //# sourceMappingURL=throw-error.d.ts.map