()
| 48 | /* eslint-enable @typescript-eslint/no-require-imports */ |
| 49 | const NO_OP_SUBSCRIBE = (_cb: () => void) => () => {}; |
| 50 | const NULL = () => null; |
| 51 | const MAX_VOICE_HINT_SHOWS = 3; |
| 52 | type Props = { |
| 53 | exitMessage: { |
nothing calls this directly
no outgoing calls
no test coverage detected