export { getNextStep };
declare function getNextStep(step: string, options: any): string;
