import type * as Extend from "../index"; /** * Legacy field-based extraction output. A mapping of field names to their extracted values. */ export type ExtractOutputLegacy = Record;