import { ItemProps, Item } from './Item';
export default class Tool extends Item {
    constructor(args: ItemProps);
    getMaxAmount(): number;
    isTool(): boolean;
}
//# sourceMappingURL=Tool.d.ts.map