export declare enum EventNames {
    METHOD_OPEN = "open",
    METHOD_SEND = "send",
    EVENT_ABORT = "abort",
    EVENT_ERROR = "error",
    EVENT_LOAD = "loaded",
    EVENT_TIMEOUT = "timeout"
}
//# sourceMappingURL=EventNames.d.ts.map