import { RPCBase } from "../rpcBase"; export declare function FaceFlowStat(this: RPCBase): { getCaps: () => Promise<{ Support: number; }>; clearOSD: (channel?: number) => Promise>; }; //# sourceMappingURL=FaceFlowStat.d.ts.map