import { RPCBase } from "../rpcBase"; export declare function trafficFlowStat(this: RPCBase): { getCaps: () => Promise; startFind: (condition: unknown) => Promise; doFind: (token: unknown, count: unknown, begin?: number) => Promise; stopFind: (token: unknown) => Promise>; clearStat: (channel?: number, lane?: number, presetID?: number, type?: number) => Promise; }; //# sourceMappingURL=trafficFlowStat.d.ts.map