import type { OnHandleEventContext } from "./types"; import type { RecipeOnHandleEventFunction } from "../recipeModule/types"; import type { RecipeInterface } from "supertokens-web-js/recipe/multifactorauth"; export declare const getFunctionOverrides: ( _onHandleEvent: RecipeOnHandleEventFunction ) => (originalImp: RecipeInterface) => RecipeInterface;