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