import { Node, Expression } from '../types'; export default function convertToExpression(value: Node): Expression | void;