import { ParseRemoteConfig } from 'papaparse';
export declare function readRemoteFile<T>(url: string, config: ParseRemoteConfig<T>): void;
