import execa from 'execa'; declare function startServerInNewWindow(port: number, projectRoot: string, reactNativePath: string, terminal?: string): execa.ExecaChildProcess | execa.ExecaSyncReturnValue | undefined; export default startServerInNewWindow; //# sourceMappingURL=startServerInNewWindow.d.ts.map