import {setBackend} from "tc-shared/backend"; import {NativeClientBackendImpl} from "../backend-impl/Backend"; setBackend(new NativeClientBackendImpl());