import { Image, MetaFile } from './ddragon.type'; import { VersionLanguage } from './utils'; export declare const DDRAGON_DOMAIN = "ddragon.leagueoflegends.com"; export declare const DDRAGON_BASE_URL = "https://ddragon.leagueoflegends.com"; export declare class DataDragon extends VersionLanguage { private readonly prefixImmutable; private readonly prefix; meta(file: MetaFile): string; image(img: Pick): string; imageImmutable(path: string): string; }