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