import type * as Extend from "../index"; /** * The output from a processor run. The type of output will match the processor type. */ export type LegacyProcessorOutput = Extend.LegacyExtractionOutput | Extend.LegacyClassifierOutput | Extend.LegacySplitterOutput;