import { MediaState, SwitchState } from './types'; export declare function mediaPlayerSetState(entityId: string, state: MediaState): Promise; export declare function mediaPlayerPlayNextTrack(entityId: string): Promise; export declare function switchSetState(entityId: string, state: SwitchState): Promise;