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