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