/**
 * @license
 * Copyright Google Inc. All Rights Reserved.
 *
 * Use of this source code is governed by an MIT-style license that can be
 * found in the LICENSE file at https://angular.io/license
 */
export { StrictRxChain, FinallyBrand, CatchBrand, DoBrand, MapBrand, FilterBrand, ShareBrand, FirstBrand, SwitchMapBrand, StartWithBrand, DebounceTimeBrand, AuditTimeBrand, TakeUntilBrand, finallyOperatorType, catchOperatorType, doOperatorType, mapOperatorType, filterOperatorType, shareOperatorType, firstOperatorType, switchMapOperatorType, startWithOperatorType, debounceTimeOperatorType, auditTimeOperatorType, takeUntilOperatorType, finallyOperator, catchOperator, doOperator, map, filter, share, first, switchMap, startWith, debounceTime, auditTime, takeUntil } from '@angular/cdk/rxjs';
