import { Cursor, ElementHandle, PerformanceTimer, TypeIntoOptions } from "../types"; /** * Humanizes text input into a specified element. * * @param {ElementHandle} element * @param {string} text * @param {TypeIntoOptions} config * @return {Promise} */ export declare const typeInto: (element: ElementHandle, cursor: Cursor, text: string, config?: TypeIntoOptions) => Promise; //# sourceMappingURL=type-into.d.ts.map