import type { Buffer } from 'node:buffer';
import { Response } from './Response.js';
export declare class IrrigationStateResponse extends Response {
    private readonly response;
    private readonly _irrigationState;
    constructor(response: Buffer);
    get type(): number;
    get irrigationState(): boolean;
    toBuffer(): Buffer;
}
//# sourceMappingURL=IrrigationStateResponse.d.ts.map