/// <reference types="node" />
import { NodeCtx } from './ctx';
import { Path } from '../fs/Path';
export declare function getApp(ctx: NodeCtx): import("express-serve-static-core").Express;
export declare function runNode(port: number, configPath: Path | undefined): Promise<import("http").Server>;
