import { Subject } from 'rxjs/Subject'; export declare class UploadService { subject$: Subject<{}>; broadcast(content: any): void; }