export declare class GithubAvatarRepository {
    getAvatarFor(username: string): Promise<string>;
}
export declare const githubAvatarRepository: GithubAvatarRepository;
//# sourceMappingURL=githubAvatarsRepository.d.ts.map