import { Vector3Tuple } from "three"; import { Gates } from "../helpers/getVectorsFromGateSeq"; export default function getFinalStateFromGates(gates: Gates): Vector3Tuple;