| 1 | import { SDK_VERSION } from '../../utils/constants'; |
| 2 | import { isRealDevice } from '../../utils/native-helper'; |
| 3 | import * as types from '../../utils/types'; |
| 4 | import * as domainDebugger from '../../debugger'; |
nothing calls this directly
no test coverage detected