import { MercurModules } from "@mercurjs/types"; import ProductAttributeModuleService from "./service"; export { ProductAttributeModuleService }; declare const _default: import("@mercurjs/types").ModuleExports & { linkable: { readonly productAttribute: { id: { serviceName: MercurModules.PRODUCT_ATTRIBUTE; field: "productAttribute"; linkable: "product_attribute_id"; primaryKey: "id"; }; toJSON: () => { serviceName: MercurModules.PRODUCT_ATTRIBUTE; field: "productAttribute"; linkable: "product_attribute_id"; primaryKey: "id"; }; }; readonly productAttributeValue: { id: { serviceName: MercurModules.PRODUCT_ATTRIBUTE; field: "productAttributeValue"; linkable: "product_attribute_value_id"; primaryKey: "id"; }; toJSON: () => { serviceName: MercurModules.PRODUCT_ATTRIBUTE; field: "productAttributeValue"; linkable: "product_attribute_value_id"; primaryKey: "id"; }; }; }; }; export default _default;