import { Observable } from 'rxjs'; export declare function untilDestroyed(instance: T, destroyMethodName?: keyof T): (source: Observable) => Observable;