export type Rune = { /** Translated name */ displayName: string; id: number; rawDescription: string; rawDisplayName: string; }; //# sourceMappingURL=Rune.d.ts.map