export declare const RATING_PATTERN: {
    addRating: string;
    fetchRating: string;
    fetchPublicRating: string;
};
