export declare const getBroadcastRoles: (options: any) => string[]; /** * Deals with all kinds of errors of breakout service * @param {object} error // one of the breakout service error * @param {string} position // position of the error occur * @returns {object} */ export declare const boServiceErrorHandler: (error: any, position: string) => any; /** * * @param {object} breakout * @param {string} newSessionType * @returns {boolean} */ export declare const isSessionTypeChangedFromSessionToMain: (breakout: any, newSessionType: any) => boolean;