import { Observable } from 'rxjs'; export declare function parseBooleanAttribute(value: boolean | string): boolean; export declare const untilDestroyed: (componentInstance: any, destroyMethodName?: string) => (source: Observable) => Observable;