import type { Translate } from '@wix/bex-core'; import type { Cell, CellBorder, ValidationResult, ValidationRule } from './types'; export declare function cellKey(rowKey: string, columnId: string): string; export declare function parseCellKey(key: string): Cell | null; export declare const noBorder: CellBorder; export declare const validResult: ValidationResult; export declare function runCellValidation(value: any, rules?: ValidationRule[], typeValidate?: (value: any, rules?: ValidationRule[], translate?: Translate) => string | null, translate?: Translate): ValidationResult; //# sourceMappingURL=utils.d.ts.map