import { CellImportOptions } from '../common/types/import-template.type.js';
import '../common/types/common-type.js';
declare function validateCellImport(value: any, cellDes: CellImportOptions, address: string, keyField: string): void;
export { validateCellImport };