///
import * as http from "http";
export declare function createSimpleServer(handler: (req: any, res: any) => Promise, port?: number): Promise>;
export declare function runAutocannonFromNode(url: string): Promise;
export declare function autocannonSeparateProcess(params: string[]): Promise;