getCardsGotten( deck: readonly CardState[], playStacks: Readonly<Tuple<readonly CardOrder[], NumSuits>>, playStackDirections: Readonly<Tuple<StackDirection, NumSuits>>, playStackStarts: Readonly<Tuple<null | 7 | 3 | 1 | 2 | 4 | 5, NumSuits>>, playing: boolean, shadowing: boolean, maxScore: number, variant: Variant,): number