import { RPCBase } from "../rpcBase"; export declare function Log(this: RPCBase): { startFind: (condition: unknown) => Promise; getCount: (token: unknown) => Promise; append: (type: unknown, detail: unknown, device: unknown, user: unknown) => Promise; doSeekFind: (token: unknown, offset: unknown, count: unknown) => Promise; stopFind: (token: unknown) => Promise>; clear: () => Promise>; }; //# sourceMappingURL=Log.d.ts.map