/// import * as http from "http"; export declare function serveDirectory(dirPath: string, port: number): Promise<() => http.Server>;