declare const serverStart: () => Promise<{
    pid: number | undefined;
    port: number;
} | undefined>;
export { serverStart, };
