import Vue from "vue"; declare const _default: import("@vmm/html").DeepReadonlyObject, Record, never, never, never, never, (event: string, ...args: any[]) => Vue, Record, never, never, never, never, any>>, {}, { /** * 发送控制命令 * @param venueName 场地名称 * @param etecuteDevice 执行设备 * @param commond 命令(通用) * @param commondInput 输入命令(视频矩阵) * @param commondOut 输出命令(视频矩阵) */ sendCommond(venueName: string, etecuteDevice: string, commond: string, commondInput: string, commondOut: string): Promise; /** * 发送控制命令 * @param venue * @param device * @param commond */ sendDevicesCommond(venue: string, deviceName: string, commond: string, bContinue?: boolean | undefined, num?: number | undefined): Promise; /** * 发送控制命令(自己的中控) * @param venue * @param device * @param commond */ sendDevicesCommondSelf(venue: string, deviceName: string, commond: string, bContinue?: boolean | undefined, num?: number | undefined): Promise; /** * 发送视频矩阵控制命令 * @param venue * @param device * @param commondInput * @param commondOut */ sendVideoBoxCommond(venue: string, deviceName: string, commondInput: string, commondOut: string): Promise; /** * 发送视频矩阵控制命令 * @param venue * @param device * @param commondInput * @param commondOut */ sendOneCommond(venue: string, deviceName: string, commond: string, commondName: string): Promise; getSceneId(): string; }, object, Record, {}>, "$data" | "$props" | "$parent" | "$root" | "$children" | "$options" | "$el" | "$refs" | "$slots" | "$scopedSlots" | "$isServer" | "$ssrContext" | "$vnode" | "$attrs" | "$listeners" | "$mount" | "$forceUpdate" | "$destroy" | "$set" | "$delete" | "$once" | "$off" | "$nextTick" | "$createElement" | "$router" | "$route" | "$Message" | "$Modal" | "$Notice">>; export default _default;