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