import { FlowStep } from '../context/StateProvider'; export declare const getNextStep: (activeStep: FlowStep, progressMax: number) => FlowStep; export declare const getPrevStep: (activeStep: FlowStep) => FlowStep;