/** * Read-only link Product → ProductChange. * `ProductChange.product_id` references `Product.id`. No pivot table — * the FK column lives directly on the change row. The `alias: "changes"` * exposes the list under `product.changes` for audit-history reads. */ declare const _default: import("@medusajs/framework/utils").DefineLinkExport; export default _default;