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