export declare function openServer(port: number, testPath: string): Promise; export declare function closeServer(): void;