export declare const createKeyDown: (key: string) => KeyboardEvent; export declare const createKeyUp: (key: string) => KeyboardEvent;