import { type Product, type ProductConfiguration } from '@unchainedshop/core-products'; import type { Modules } from '../modules.ts'; export declare function addProductAssignmentService(this: Modules, proxyId: string, productId: string, vectors: ProductConfiguration[]): Promise;