import { NextFunction } from 'express'; import { MedusaRequest } from '@medusajs/framework/http'; /** * @desc Adds reference type filterableFileds */ export declare function applyReferenceFilter(): (req: MedusaRequest, _: any, next: NextFunction) => Promise; //# sourceMappingURL=apply-reference-filter.d.ts.map