import { RunAppOptions, StopAppFunction } from './runApp.types'; export declare function runApp(name: string, options?: RunAppOptions): Promise;