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