import { ViewerModule } from './ViewerModule'; import { ModulesProcessor } from './ModulesProcessor'; export declare class Bootstrap extends ViewerModule { constructor(); onInit(modulesProcessor: ModulesProcessor): void; }