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

export { startApp };
