export declare const transformStringToRating: ({ stringValue, ratingMax, }: { stringValue: string; ratingMax: number; }) => number | null;