import { type Instance } from '../setup'; export declare function hover(this: Instance, element: Element): Promise; export declare function unhover(this: Instance, element: Element): Promise;