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