import type { NodePath } from '@babel/traverse';
/**
 * Prints the given path without leading or trailing comments.
 */
export default function printValue(path: NodePath): string;
