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