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