import type { NodePath } from 'ast-types/lib/node-path';
/**
 * Prints the given path without leading or trailing comments.
 */
export default function printValue(path: NodePath): string;
