import { HAP, Logging, Service } from 'homebridge'; import { PluginConfig } from '../types'; import { ServiceBase } from './serviceBase'; import type Cleanmate from 'cleanmate'; export default class PauseSwitch extends ServiceBase { private readonly service; constructor(hap: HAP, log: Logging, config: PluginConfig, cleanmate: Cleanmate); private workStateChanged; private getPauseState; private setPauseState; get services(): Service[]; } //# sourceMappingURL=pauseSwitch.d.ts.map