import { ExpoConfig } from '@expo/config-types'; export declare function startSession(projectRoot: string, exp: Pick, platform: 'native' | 'web', forceUpdate?: boolean): Promise; export declare function stopSession(): void;