declare const startApp: (roomId: number, options: AppOptions) => Promise<never>;

export { startApp };
