import { type Effect, type EventCallable } from "effector"; export declare function patchHandler(fx: Effect, called: EventCallable>): void;