export declare enum GlobalEventTarget {
    Window = "window",
    Document = "document",
    Body = "body"
}
