export declare enum VacuumSuctionPower {
    Quiet = 101,
    Balanced = 102,
    Turbo = 103,
    Max = 104,
    Off = 105,
    Custom = 106,
    MaxPlus = 108,
    Smart = 110
}
//# sourceMappingURL=VacuumSuctionPower.d.ts.map