/**
 * Sanitizes a string by replacing all hazardous LaTeX symbols with their descriptive names.
 *
 * @param source The string to be sanitized.

 * @return A sanitized version of the string with LaTeX symbols normalized.
 */
export declare function sanitize(source: string): string;
