import { RPCBase } from "../rpcBase"; export declare function Encode(this: RPCBase): { instance: (params?: object | undefined, options?: object | undefined) => Promise>; getConfigCaps: (channel: unknown, config: unknown, stream?: string) => Promise; updateOverlayPicture: (Pictures: unknown) => Promise; getSmartCaps: (config: unknown, channel?: number) => Promise; getCropCaps: (channel?: number) => Promise; getNAACaps: (channel?: number) => Promise; getCaps: (channel?: number) => Promise; }; //# sourceMappingURL=Encode.d.ts.map