/**
 * Parse identifier replacing greek names by HTML entities
 * @param id String containing greek names
 * @returns String with greek names replaced by HTML entities
 */
export declare function substGreek(id: string): string;
