import { TestRunnerPlugin } from '@web/test-runner-core'; declare type TypePayload = { type: string; }; declare type PressPayload = { press: string; }; declare type DownPayload = { down: string; }; declare type UpPayload = { up: string; }; export declare type SendKeysPayload = TypePayload | PressPayload | DownPayload | UpPayload; export declare function sendKeysPlugin(): TestRunnerPlugin; export {}; //# sourceMappingURL=sendKeysPlugin.d.ts.map