export declare type MouseButton = 'main' | 'secondary' | 'aux' | 'fourth' | 'fifth'; export declare const MouseButtonNumbers: Record;