/** * @sentry/core 当前只从 globalThis 读取 Debug ID maps。微信小游戏等运行时可能由 * sentry-cli 注入到 global / window / self,因此进入 core 事件准备流程前做一次同步。 */ export declare function syncDebugIdsToCoreGlobal(): void; //# sourceMappingURL=debugIds.d.ts.map