1export const TalkbackKind = { 2 Pull: 0, 3 Close: 1, 4}; 5 6export const SignalKind = { 7 Start: 0, 8 Push: 1, 9 End: 0, 10};