import { Doc } from "prettier";
/**
 * Normalizes newlines and backslashes to work in a printed document.
 */
export default function asLiteralTextContent(val: string): Doc;
