import { ASTNode } from '../ASTNode'; import { HalsteadCountableNode } from '../HalsteadCountableNode'; export declare class Halstead { convert(astNode: ASTNode): HalsteadCountableNode; }