/** * This file was auto-generated by Fern from our API Definition. */ /** * The driver to use for extracting data from the file */ export type Driver = "csv"; export declare const Driver: { readonly Csv: "csv"; };