import { ExternalSubject } from './types';
export default function useExternalSubject<T>(subject: ExternalSubject<T>, suspense?: boolean): T;
