export interface KeySpec { code: string; keyCode: number; text?: string; } /** Key names agents may pass to a press action, with their CDP codes. */ export declare const KEY_SPECS: Record; export declare function keySpecFor(key: string): KeySpec; //# sourceMappingURL=keys.d.ts.map