import type * as Extend from "../index"; export interface ExtractOutputJson { /** The extracted values conforming to the schema defined in the processor config */ value: Extend.JsonObject; metadata: Extend.ExtractOutputMetadata; }