export declare function expoRun({ root, platform, port, }: { root: string; platform: 'ios' | 'android'; port?: number; }): Promise; //# sourceMappingURL=expoRun.d.ts.map