import { OwlAccessBetaAccountsUsersGetGithubAccountIdInput, OwlAccessBetaAccountsUsersGetGithubAccountIdOutput } from '../types'; /** * Get a Github Account Id from a Github OAuth code. This request requests first the user account id and update it in the database. * @param req query parameters * @returns TODO */ export declare const getGithubAccountId: (parameters: OwlAccessBetaAccountsUsersGetGithubAccountIdInput) => Promise;