import type { MousetrapInstance } from 'mousetrap'; export declare class MousetrapStub implements MousetrapInstance { stopCallback(): boolean; bind(): this; unbind(): this; trigger(): this; handleKey(): void; reset(): this; }