import type { ParseConfig, UnparseConfig } from 'papaparse'; /** * @@@ */ export type CsvSettings = Pick; /** * @@@ * * @public exported from `@promptbook/core` */ export declare const MANDATORY_CSV_SETTINGS: Readonly<{ readonly header: true; }>;