import { type TokenSurrogate } from '@unchainedshop/core-warehousing'; import type { Product } from '@unchainedshop/core-products'; import type { Modules } from '../modules.ts'; export declare function ercMetadataService(this: Modules, { product, token, locale }: { product: Product; token: TokenSurrogate; locale: Intl.Locale; }): Promise;