export declare type GoogleReviews = { author_name: string | null; author_url: string | null; lanuage?: string | null; profile_photo_url?: string; rating?: string | null; relative_time_description?: string | null; text: string; time: string; };