declare module "@genshin-db/tcg" {
	export interface Rarity {
		name: string;
		emoji: string;
		image: string;
	}
}