import type { SearchChampionsResult } from './tools/search-champions.js'; import type { GetChampionResult } from './tools/get-champion.js'; import type { SearchTraitsResult } from './tools/search-traits.js'; import type { GetTraitResult } from './tools/get-trait.js'; import type { SearchItemsResult } from './tools/search-items.js'; import type { GetItemRecipeResult, GetItemRecipeError } from './tools/get-item-recipe.js'; import type { SearchAugmentsResult } from './tools/search-augments.js'; import type { GetRollingOddsResult, GetRollingOddsError } from './tools/get-rolling-odds.js'; export declare function formatSearchChampions(result: SearchChampionsResult): string; export declare function formatGetChampion(result: GetChampionResult): string; export declare function formatSearchTraits(result: SearchTraitsResult): string; export declare function formatGetTrait(result: GetTraitResult): string; export declare function formatSearchItems(result: SearchItemsResult): string; export declare function formatGetItemRecipe(result: GetItemRecipeResult | GetItemRecipeError): string; export declare function formatSearchAugments(result: SearchAugmentsResult): string; export declare function formatGetRollingOdds(result: GetRollingOddsResult | GetRollingOddsError): string; //# sourceMappingURL=format.d.ts.map