import { TypeDecorator } from '@angular/core';
import { UntilDestroyOptions } from './internals';
export declare function UntilDestroy(options?: UntilDestroyOptions): TypeDecorator;
