import { TransferColumnConfig } from '../types'; export declare function findFirstDataCol(columns: readonly TransferColumnConfig[]): number;