import { RPCBase } from "../rpcBase"; export declare function DevVideoOutput(this: RPCBase): { instance: (params?: object | undefined, options?: object | undefined) => Promise>; getCollect: () => Promise; getCaps: (channel?: number) => Promise; enumModes: (channel?: number) => Promise; }; //# sourceMappingURL=DevVideoOutput.d.ts.map