import { TStepAction } from "./dataTypes"; export declare function handleInputAction(element: HTMLElement, step: TStepAction): void; export declare function findInsideInput(element: HTMLElement): HTMLInputElement | undefined;