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