import type * as Extend from "../index"; /** * The result of an extract step. */ export interface ExtractResult { /** The extract run that was executed. */ extractRun: Extend.ExtractRun; }