export declare enum MopWaterFlow {
    Off = 200,
    Low = 201,
    Medium = 202,
    High = 203,
    Custom = 204,
    CustomizeWithDistanceOff = 207,
    Smart = 209
}
//# sourceMappingURL=MopWaterFlow.d.ts.map