import type { OrchestratorQuote } from '../../clients/orchestrator/types.js'; export declare function selectIntentQuote(quotes: readonly OrchestratorQuote[], intentId?: string): OrchestratorQuote; //# sourceMappingURL=quotes.d.ts.map