import { CachedCSVResult } from '../types/CachedCSVResult'; export declare function fetchCSV(url: string, ttl?: number): Promise;