declare function _up(key: any): Promise; declare function _down(key: any, options?: { text: undefined; }): Promise; declare function _mouse_move(sourcePosition: any, destinationPosition: any): Promise; declare function _insertText(char: any): Promise; export function tap(x: any, y: any): Promise; export { _up as up, _down as down, _mouse_move as mouse_move, _insertText as sendCharacter };