import interfaces from "./interfaces/interfaces"; declare function bootstrap(options: interfaces.BoostrapOptions): interfaces.BootstrapResult; export { bootstrap, interfaces };