import { ElementEvent, Step } from '../types'; export declare const buildStepSteps: (events: ElementEvent[]) => Step[];