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