import { Observable } from 'rxjs'; export declare function fromString(input: string | string[]): Observable;