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