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