import { type Quotation } from '@unchainedshop/core-quotations'; import type { Modules } from '../modules.ts'; export declare function proposeQuotationService(this: Modules, quotation: Quotation, { quotationContext }: { quotationContext?: any; }): Promise;