import type { EffectiveToolInventoryResult, ResolveEffectiveToolInventoryParams } from "./tools-effective-inventory.types.js"; export declare function resolveEffectiveToolInventory(params: ResolveEffectiveToolInventoryParams): EffectiveToolInventoryResult;