import { JSONSchemaType } from "@golemio/core/dist/shared/ajv"; import { IPreCsvInput } from "./interfaces/IPreCsvInput"; export declare const preCsvInputSchema: JSONSchemaType;