import { Observable } from 'rxjs'; export declare class RadioStateService { state: Observable; private stateSource; constructor(); publishEvent(): void; }