export default class BalancerVideoFlags { isInitialized: boolean; isStarted: boolean; isJoined: boolean; isBuffering: boolean; hasError: boolean; reset(): void; }