import { RvcOperationalState } from 'matterbridge/matter/clusters';
export declare class VacuumStatus {
    private readonly errorCode;
    constructor(errorCode: number);
    hasError(): boolean;
    getErrorState(): RvcOperationalState.ErrorState;
}
//# sourceMappingURL=VacuumStatus.d.ts.map