import type { Coordinates, SourceResult } from '../types/index.js'; export declare function logSourceCall(result: SourceResult & { location: Coordinates; }): void; export declare function logDiscrepancy(entry: { location: Coordinates; field: string; sourceA: string; valueA: number; sourceB: string; valueB: number; }): void;