import type * as Extend from "../index"; export interface SplitOutput { splits: Extend.SplitOutputSplitsItem[]; isExternal?: boolean; }