import { BlockToolType } from '../BlockToolType';
import { Solid } from '../Solid';
export default class CraftingTable extends Solid {
    constructor();
    getToolType(): BlockToolType[];
    getFlammability(): number;
    getFuelTime(): number;
}
//# sourceMappingURL=CraftingTable.d.ts.map