import type { QuoteWorkflowInput, QuoteWorkflowReport } from './types.js'; export declare function evaluateQuoteWorkflow(input: QuoteWorkflowInput): QuoteWorkflowReport; export declare const QUOTE_CONFIRMATION_TEXT = "I understand this quote workflow is non-binding and no paid order will be placed by this tool";