import { BehaviorSubject } from 'rxjs'; import { MagSupport } from 'ng-stalk/core/model'; import { MagDynamicConfig } from 'ng-stalk/core/model'; import * as i0 from "@angular/core"; export declare class MagBootstrapService { viewConfigChange: BehaviorSubject; constructor(); bootstrap(magSupport: MagSupport): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }