import { RPCBase } from "../rpcBase"; export declare function FlirDebug(this: RPCBase): { getSensorSetting: (cmd: unknown, maxoutLenth: unknown, inData: unknown) => Promise>; setSensorSetting: (cmd: unknown, data: unknown) => Promise>; getFFCStateInfo: () => Promise>; getLastError: (maxoutLenth: unknown) => Promise>; }; //# sourceMappingURL=FlirDebug.d.ts.map