Version: 0.1.10.2.00.3.11.0.02.0.02.0.12.1.02.1.12.2.02.2.12.2.22.2.32.2.42.2.52.2.62.3.02.4.02.5.02.6.02.6.12.6.22.7.02.7.12.8.02.8.12.8.22.8.32.8.42.9.02.10.02.11.02.11.12.12.03.0.0-rc.03.0.0-rc.13.0.0-rc.23.0.0-rc.33.0.0-rc.43.0.0-rc.53.0.0-rc.63.0.0-rc.73.0.03.0.13.0.23.0.33.0.43.0.53.0.63.0.73.0.83.0.94.0.04.0.14.1.04.2.04.2.14.2.24.2.34.2.44.2.54.2.64.2.74.3.04.3.14.3.24.3.34.3.45.0.05.0.16.0.06.1.07.0.07.0.17.0.27.0.38.0.08.0.19.0.010.0.010.0.110.0.211.0.011.0.111.0.211.0.311.0.412.0.012.0.112.0.2-alpha.012.0.212.0.3-alpha.012.0.312.0.4-alpha.012.0.4
/**
* Injection mode type.
*/
export type InjectionModeType = 'PROXY' | 'CLASSIC';
* Resolution modes.
export declare const InjectionMode: Record<InjectionModeType, InjectionModeType>;