import { Subscription } from 'rxjs/Subscription'; export declare const safeUnsubscribe: (subscription: Subscription) => void;