1 import type { ContextBridgeApi } from './types/desktop';
4 declare const BUILD_TARGET: string;
5 declare const DESKTOP_BUILD: boolean;
6 declare const ENV: string;
7 declare const EXTENSION_BUILD: boolean;
8 declare const OFFLINE_SUPPORTED: boolean;
9 declare const REDUX_DEVTOOLS_PORT: number;
10 declare const RESUME_FALLBACK: boolean;
11 declare const RUNTIME_RELOAD_PORT: number;
12 declare const RUNTIME_RELOAD: boolean;
13 declare const VERSION: string;
16 ctxBridge?: ContextBridgeApi;