declare global { var FEDERATION_DEBUG: string | undefined; } declare function isBrowserEnv(): boolean; declare function isDebugMode(): boolean; declare const getProcessEnv: () => Record; export { isBrowserEnv, isDebugMode, getProcessEnv };