import execa from 'execa'; import { CLIError } from '@react-native-community/cli-tools'; export declare function startServerInNewWindow(port: number, terminal: string, projectRoot: string, reactNativePath: string): CLIError | execa.ExecaChildProcess | execa.ExecaSyncReturnValue | undefined; //# sourceMappingURL=startServerInNewWindow.d.ts.map