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