import type { Fn } from '@cc-heart/utils/helper'; export declare const handleInvoke: (callback: Fn) => (...rest: any) => any;