import type * as Extend from "../index"; /** * The result of a classify step. */ export interface ClassifyResult { /** The classify run that was executed. */ classifyRun: Extend.ClassifyRun; }