import { MedusaContainer } from "@medusajs/framework"; export declare const refetchCustomerGroup: (customerGroupId: string, scope: MedusaContainer, fields: string[]) => Promise; export declare const validateSellerCustomerGroup: (scope: MedusaContainer, sellerId: string, customerGroupId: string | string[]) => Promise;