import { Repository, GithubIssuesByRepoOptions } from '../api'; export declare const useGetIssuesByRepoFromGithub: (repos: Array, itemsPerRepo: number, options?: GithubIssuesByRepoOptions) => { isLoading: boolean; githubIssuesByRepo: import("../api").IssuesByRepo | undefined; retry: (() => void) | (() => void) | (() => void) | (() => void); };