import type { BillingKnowledge, CostEvidence, CostKnowledge } from "@claudexor/schema"; export declare const UNKNOWN_COST: CostEvidence; export declare function routeCostEvidence(input: { billing?: BillingKnowledge; knowledge?: CostKnowledge; source: string; provenance: string[]; estimatedUsd?: number | null; }): CostEvidence; export declare function attemptCostEvidence(harnessId: string, attemptId: string, estimatedUsd?: number, billing?: BillingKnowledge, processingCost?: CostEvidence): CostEvidence; //# sourceMappingURL=cost-evidence.d.ts.map