import 'reflect-metadata'; /** * @description The method to start up a Boat instance. * This compiles all of the dependencies and prepares them to be served. * * @export * @param {Module} mod * @returns {void} */ export declare function bootstrap(mod: any, item?: any): void;