import { CellValue, ColumnType, ITypeOptions } from '../../types'; export declare const transformCellValueToRating: ({ originCellValue, originTypeOptions, targetTypeOptions, }: { originCellValue: CellValue; originTypeOptions: ITypeOptions; targetTypeOptions: Pick, 'ratingMax'>; }) => number | null;