import { OnOffSwitchService } from "../Common/OnOffSwitchConfigurations/OnOffSwitchService";
import { IRog21ConfigService } from "./IRog21ConfigService";
export declare class Rog21ConfigService extends OnOffSwitchService implements IRog21ConfigService {
    static readonly ServiceName: string;
    constructor();
    GetServiceName(): string;
}
