import { ReplaySubject } from 'rxjs';
import Registry from './Registry';
export declare const serviceLayerSubject: ReplaySubject<Registry<any>>;
