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