import { type EnterValueOptions } from '@wix/unidriver-core'; export declare const enterValue: (base: HTMLElement, value: string, options?: EnterValueOptions) => Promise; //# sourceMappingURL=enterValue.d.ts.map