/**
 * Internal custom hook for managing flow.
 */
export declare const useFlowInternal: () => {
    hasFlowStarted: boolean;
    restartFlow: () => void;
    getFlow: () => import("../..").Flow;
};
//# sourceMappingURL=useFlowInternal.d.ts.map