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