import type * as Extend from "../index"; /** * The result of a split step. */ export interface SplitResult { /** The split run that was executed. */ splitRun: Extend.SplitRun; }