import type { Selector } from '../types/internal';
type Options = {};
/**
 * Selects text in input elements.
 */
export declare const selectText: (selector: Selector, startPos?: number, endPos?: number, options?: Options) => Promise<void>;
export {};
