import { type TheOddsCurrentEvent } from './the-odds';
export declare function normalizeEventStartTime(startsAt: string | Date): string;
export declare function reconcileStartTimeFromCurrentOdds(params: {
    homeTeam: string;
    awayTeam: string;
    startsAt: string;
    currentEvents: TheOddsCurrentEvent[];
    maxDeltaMs?: number;
}): {
    startsAt: string;
    reconciled: boolean;
    deltaMs: number | null;
};
//# sourceMappingURL=start-time-reconciliation.d.ts.map