export declare function bootServer({ port, nodeEndpoint }: BootOptions): Promise; declare type BootOptions = { port: number; nodeEndpoint: string; }; export {}; //# sourceMappingURL=boot-server.d.ts.map