ConnectOptions: Readonly<{
    a: string;
    b: string | string[];
    weight?: number;
}>