//#region src/client/inject/index.d.ts
declare function init(): Promise<void>;
//#endregion
export { init };