export interface GithubUserInfo { readonly avatarUrl: string; readonly name: string; readonly blog: string; } //# sourceMappingURL=types.d.ts.map