export declare type Rating = { username: string; tag: 'positive' | 'negative' | 'negative_visible'; };