import { ReTerminalVariant } from '../devices-reterminal.constants'; export declare class ReTerminalSysfsService { private readonly logger; detectVariant(): Promise; readFile(filePath: string): Promise; writeFile(filePath: string, value: string): Promise; readCpuTemperature(): Promise; readLedBrightness(ledPath: string): Promise; findIioDevice(deviceName: string): Promise; readIioAttribute(devicePath: string, attribute: string): Promise; getSerialNumber(): Promise; getFirmwareVersion(): Promise; }