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