//#region src/utils/browser-compat.d.ts declare function getBrowserCompatibilityReport(): { optionalChaining: string | boolean; nullishCoalescing: string | boolean; weakRef: string | boolean; cryptoUuid: string | boolean; }; //#endregion export { getBrowserCompatibilityReport }; //# sourceMappingURL=browser-compat.d.ts.map