import { Subject } from './types'; export declare function makeSubject(): Subject; export declare function makeAsyncSubject(): Subject;