export interface IGitHubBanner {
    download_url: string | null;
}
export declare const handleBanner: (gitHubUsername: string, repositoryName: string) => Promise<string[]>;
