import { Observable } from 'rxjs'; import { FormType } from '../types/normalize'; export declare function fromUnicode(input: string | string[], form?: FormType): Observable;