export interface IMediaControlCommand { cmd: string; device: string; arg?: number; } export default function mediaControlCommand(opts: IMediaControlCommand): Promise;