import { TestStats } from '../../results'; import { JsonResults, Logger } from '../../types'; export declare function setupServer(logger: Logger, outputDirectory: string, cb: (results: JsonResults[], stats: TestStats) => void): import("express-serve-static-core").Express;