export interface Rating {
    votes: number;
    value: number;
}
//# sourceMappingURL=Rating.d.ts.map