export declare function bootstrap(modules?: any | any[], options?: {
    noStart?: boolean;
}): void;
