function getTupleWinnersimport { getTupleWinners } from "https://deno.land/x/earthstar@v10.0.0-alpha.4/src/sync-fs/util.ts"; getTupleWinners<TypeA, TypeB>(zippedRecord: Record<string, [TypeA | null, TypeB | null]>, determineWinner: (a: TypeA | null, b: TypeB | null) => TypeA | TypeB): Record<string, (TypeA | TypeB)>Type ParametersTypeATypeBParameterszippedRecord: Record<string, [TypeA | null, TypeB | null]>determineWinner: (a: TypeA | null, b: TypeB | null) => TypeA | TypeBReturnsRecord<string, (TypeA | TypeB)>