import type * as Extend from "../index"; /** * Array of split classifications that define the possible types of document sections. Must provide at least one classification. At least one classification must have the type `"other"`. Each classification item must have a unique id. */ export type SplitClassifications = Extend.SplitClassification[];