import type { MouseEvent } from "./key-event.js"; export declare function parseSgrMouse(params: string, final: string): MouseEvent | undefined;