export type ApiName = "fetch" | "XMLHttpRequest" | "WebSocket" | "Headers" | "URLSearchParams" | "EventSource" | "ServiceWorkerContainer" | "ServiceWorkerRegistration" | "ServiceWorker" | "FormData" | "URL" | "Request" | "WeakMap" | "Blob" | "String" | "Object" | "Promise" | "Array" | "RegExp" | "TextEncoder" | "Uint8Array" | "Uint32Array" | "Response" | "Reflect" | "JSON" | "encodeURIComponent" | "decodeURIComponent" | "atob" | "btoa" | "crypto.subtle" | "Function.prototype.call"; export declare function browserRuntimeFreeze(params?: { excludes?: ApiName[]; }): { enableBrowserRuntimeFreeze: () => void; };