import { AnalyzedLootTable } from "./Loot"; import { LootBucket } from "."; /** * Format analyzed loot tables. */ export declare class Formatter { lootTables(lootTables: AnalyzedLootTable[]): string; lootBuckets(lootBuckets: LootBucket[]): string; }