import type { User } from '@unchainedshop/core-users'; import type { Modules } from '../modules.ts'; export declare function nextUserCartService(this: Modules, { user, orderNumber, countryCode, forceCartCreation, }: { user: User; orderNumber?: string; countryCode: string; forceCartCreation?: boolean; }): Promise;