import { ChampionName } from '../../champions';
export declare type SkinIdTypes = string | number | undefined;
export declare const findBy: (name: ChampionName, id: SkinIdTypes) => string;
export declare const findAll: () => string[];
