export declare class TFTChampionsDTO {
    champion: string;
    cost: number;
    traits: string[];
}
