import { OwlAccessBetaAccountsUsersGetGithubAuthorizationTokenInput, OwlAccessBetaAccountsUsersGetGithubAuthorizationTokenOutput } from '../types'; /** * Get a Github authorization from a Github OAuth code. This method does not stores the token in the database. * @param req query parameters * @returns TODO */ export declare const getGithubAuthorizationToken: (parameters: OwlAccessBetaAccountsUsersGetGithubAuthorizationTokenInput) => Promise;