import { MercurModules } from "@mercurjs/types"; import ProductChangeModuleService from "./service"; export { ProductChangeModuleService }; declare const _default: import("@mercurjs/types").ModuleExports & { linkable: { readonly productChange: { id: { serviceName: MercurModules.PRODUCT_EDIT; field: "productChange"; linkable: "product_change_id"; primaryKey: "id"; }; toJSON: () => { serviceName: MercurModules.PRODUCT_EDIT; field: "productChange"; linkable: "product_change_id"; primaryKey: "id"; }; }; readonly productChangeAction: { id: { serviceName: MercurModules.PRODUCT_EDIT; field: "productChangeAction"; linkable: "product_change_action_id"; primaryKey: "id"; }; toJSON: () => { serviceName: MercurModules.PRODUCT_EDIT; field: "productChangeAction"; linkable: "product_change_action_id"; primaryKey: "id"; }; }; }; }; export default _default;