import { ZhonyaParams } from "../../config";
import { FreeWeekDto } from "./types";
export declare class FreeWeekService {
    private readonly httpClient;
    private readonly config;
    constructor(config: ZhonyaParams);
    getFreeWeekChampions(): Promise<FreeWeekDto>;
}
