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