export declare function getPrettyCodeSampleLanguage(language: string): string; type Escape = "markdown" | "html" | "mdx" | "none"; export type EscapeOptions = { escape?: Escape; }; export declare function escapeText(text: string, { escape }: Required): string; export {}; //# sourceMappingURL=util.d.ts.map