import { Armor } from '../Armor';
export default class LeatherChestplate extends Armor {
    constructor();
    getMaxDurability(): number;
    getArmorDefensePoints(): number;
}
//# sourceMappingURL=LeatherChestplate.d.ts.map