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