export declare const validateCSVConfig: (config: Record) => { isValid: boolean; error?: string; }; export declare const generateCSVFileFetcher: (config: Record) => string; export declare const generateCSVCountFetcher: (_config: any) => string; //# sourceMappingURL=csv-file.d.ts.map