export interface KeywordDetectorState {
  detected: boolean
  injected: boolean
}
