import { StiebelIsgSystemInfo, StiebelIsgVentilationStages } from './StiebelIsgParserTypes';
export declare function parseVentilationStages(rawData: string): StiebelIsgVentilationStages;
export declare function parseSystemInfo(rawData: string): StiebelIsgSystemInfo;
