import { Observable } from "rxjs"; export declare function tag(tag: string): (source: Observable) => Observable;