export declare const EXPO_DEBUG: boolean; export declare const host: string; export declare const sockHost: string | undefined; export declare const sockPath: string; export declare const sockPort: string | undefined; export declare const shouldUseSourceMap: boolean; export declare const isCI: boolean;