export declare enum ProtocolType {
    Once = 0,
    Optional = 1,
    Repeating = 2
}
//# sourceMappingURL=enums.d.ts.map