/** * Player's Handbook Weapons * * Complete weapons table from D&D 5e PHB. * All standard simple and martial weapons with accurate stats. */ import type { PresetSource } from './types.js'; export declare const WeaponsPHB: PresetSource; //# sourceMappingURL=weapons-phb.d.ts.map