/**
 * Render value in a YAML-like structure.
 */
export default function renderYamlLike(subject: any): string;
