export declare const EVENT_PROPERTIES: string[]; export declare const UI_EVENT_PROPERTIES: string[]; export declare function marshalEvent(event: Event, enumeratedProperties?: string[]): any; export declare function marshalObject(obj: any): any;