import { TokenFlow } from "../flow"; export class EmptyFlow extends TokenFlow { get requiredLength(): number | null { return 0; } }