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