import { Dispatch, SetStateAction } from "preact/compat"; import { Action } from "@teamhanko/hanko-frontend-sdk"; export declare const useFlowEffects: (flowAction: Action | undefined, setIsLoading: Dispatch>, setIsSuccess: Dispatch>) => void;