export default class SpellbookList extends Array { private rawString; private constructor(); static create(items?: string): SpellbookList; size(): number; includesValue(value: string): boolean; includesValueExactly(value: string): boolean; toString(): string; }