import type { OrchestratorIntentRequest, OrchestratorQuote } from '../../clients/orchestrator/types.js'; export declare function projectCompatibleIntentInput(input: OrchestratorIntentRequest): unknown; export declare function projectCompatibleQuote(quote: OrchestratorQuote): OrchestratorQuote; //# sourceMappingURL=compatibility.d.ts.map