export declare const isEvent: (evt: any) => evt is Event; export declare function normalizeEventValue(value: unknown): any;