import { ZhonyaParams } from "../../config";
export declare class PuuidService {
    private readonly httpClient;
    private readonly config;
    constructor(config: ZhonyaParams);
    getByName(summonerName: string, tagLine?: string): Promise<string>;
}
