You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 lines
292 B

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