import { Node } from '../types'; export default function convertToJSXIdentifierName(node: Node): string | void;