/** * @license Use of this source code is governed by an MIT-style license that * can be found in the LICENSE file at https://github.com/cartant/rxjs-etc */ import { Observable } from "rxjs"; import * as p from "ts-snippet/placeholders"; export * from "ts-snippet/placeholders"; export type OT0 = Observable; export type OT1 = Observable; export type OT2 = Observable; export type OT3 = Observable; export type OT4 = Observable; export type OT5 = Observable; export type OT6 = Observable; export type OT7 = Observable; export type OT8 = Observable; export type OT9 = Observable; export type OT10 = Observable; export type OT11 = Observable; export type OT12 = Observable; export declare const o0: OT0; export declare const o1: OT1; export declare const o2: OT2; export declare const o3: OT3; export declare const o4: OT4; export declare const o5: OT5; export declare const o6: OT6; export declare const o7: OT7; export declare const o8: OT8; export declare const o9: OT9; export declare const o10: OT10; export declare const o11: OT11; export declare const o12: OT12;