import { Device } from '../roborockCommunication/models/index.js';
/** Get vacuum property by schema code or property name. */
export declare function getVacuumProperty(device: Device, property: string): number | undefined;
/** Check if model is supported (roborock.vacuum.*). */
export declare function isSupportedDevice(model: string): boolean;
/** Check if result is a status update message. */
export declare function isStatusUpdate(result: unknown): boolean;
//# sourceMappingURL=helper.d.ts.map