//#region lib/proxy.d.ts
declare function bootstrap(): void;
declare function hasProxy(): boolean;
//#endregion
export { bootstrap, hasProxy };
//# sourceMappingURL=proxy.d.ts.map