import type BranchStatement from "../types/branch-statement"; import type Factory from "../types/fatctory.js"; export default function choiceFactory(branches: BranchStatement[]): Factory;