import type { FieldType, DataRecord } from '../../types/interfaces';
/**
 * Infer field types from data sample
 */
export declare function inferFieldTypes(data: DataRecord[], columns: string[]): Record<string, FieldType>;
//# sourceMappingURL=fieldTypeInference.d.ts.map