import { AnyFn } from '@tma.js/toolkit'; import { WithChecksFp, WithChecks } from './withChecksFp.js'; export declare function throwifyWithChecksFp(fn_: WithChecksFp): WithChecks;