import type { KeyInput, Page, BrowserType } from '@agent-infra/browser'; export declare function shortcuts(page: Page, shortcuts: KeyInput[], browser: BrowserType): Promise; //# sourceMappingURL=shortcuts.d.ts.map