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