import { OwlAccessBetaAccountsUsersGithubUserInformationListInput, OwlAccessBetaAccountsUsersGithubUserInformationListOutput } from '../types'; /** * Get the user information of a Github user. * @param req query parameters * @returns owl-access.beta.accounts.users.githubUserInformation and metadata */ export declare const getGithubUserInformation: (parameters: OwlAccessBetaAccountsUsersGithubUserInformationListInput) => Promise;