export declare const useNavigateToFlowStart: () => {
    navigateToFlowStart: () => Promise<unknown>;
};
