/** * Player's Handbook Adventuring Gear Presets * * Common adventuring equipment from the D&D 5e Player's Handbook. * Includes containers, lights, tools, consumables, and essential gear. */ import type { PresetSource } from './types.js'; /** * Player's Handbook Adventuring Gear Collection * Contains 75+ common items every adventurer needs */ export declare const gearPhb: PresetSource; export default gearPhb; //# sourceMappingURL=gear-phb.d.ts.map