import { RPCBase } from "../rpcBase"; export declare function ThermographyLog(this: RPCBase): { instance: (params?: object | undefined, options?: object | undefined) => Promise>; startFind: (condition: unknown) => Promise; getCount: (token: unknown) => Promise; doSeekFind: (token: unknown, offset: unknown, count: unknown) => Promise; stopFind: (token: unknown) => Promise>; clear: (a?: { type?: unknown; }) => Promise>; }; //# sourceMappingURL=ThermographyLog.d.ts.map