import { AggregateRating } from '../types';
export declare const buildAggregateRating: (aggregateRating: AggregateRating) => string;
