import { BlindConfigService } from "../Common/BlindConfigurations/BlindConfigService";
import { ISrp30ConfigService } from "./ISrp30ConfigService";
export declare class Srp30ConfigService extends BlindConfigService implements ISrp30ConfigService {
    static readonly ServiceName: string;
    constructor();
    GetServiceName(): string;
}
