export interface ISpellCollection { level: number; list: string[]; }