export declare function isServerUp(baseUrl: string): Promise<boolean>;
export declare function waitForServer(baseUrl: string): Promise<void>;
