Observer.d.ts 79 Bytes
import { Observer } from './types';
export declare const empty: Observer<any>;