export declare enum Type {
    REQUEST = 0,
    RESPONSE = 1,
    NOTIFICATION = 2,
    LOG = 3
}
//# sourceMappingURL=type.d.ts.map