declare type GravatarResponse = { hasGravatar: boolean; gravatarUrl: string; }; export default GravatarResponse;