export declare function startSession(projectRoot: string, exp: any, platform: 'native' | 'web', forceUpdate?: boolean): Promise<void>; export declare function stopSession(): void;