export namespace server {
    const command: string;
    const port: number;
}
export namespace launch {
    const args: string[];
}
export const browserContext: string;
