import { RPCBase } from "../rpcBase"; export declare function VideoStatServer(this: RPCBase): { instance: (params?: object | undefined, options?: object | undefined) => Promise>; clearSectionStat: (channel?: number, AreaID?: number, PtzPresetId?: number) => Promise>; startFind: (condition: unknown, channel?: number) => Promise; doFind: (token: unknown, beginNumber: unknown, count: unknown, channel?: number) => Promise; stopFind: (token: unknown, channel?: number) => Promise>; }; //# sourceMappingURL=VideoStatServer.d.ts.map