import { RPCBase } from "../rpcBase"; export declare function CoaxialControlIO(this: RPCBase): { getStatus: (channel?: number) => Promise<{ WhiteLight: string; Speaker: string; }>; getCaps: (channel?: number) => Promise<{ SupportControlFullcolorLight?: number | undefined; SupportControlLight?: number | undefined; SupportControlSpeaker?: number | undefined; }>; control: (info: unknown, channel?: number) => Promise; }; //# sourceMappingURL=CoaxialControlIO.d.ts.map