import { Node, Identifier } from '../types'; export default function convertToIdentifier(node: Node): Identifier | void;