export default class NodeAttributes { attributes: Record; constructor(ASTnode: any); hasAny(): boolean; has(attrName: string): boolean; hasValue(attrName: string): boolean; value(attrName: string): any; }