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