import { OAuthAppState, GitHubAppState, OAuthAppAuthentication, GitHubAppAuthentication, GitHubAppAuthenticationWithExpiration } from "./types"; export declare function getAuthentication(state: OAuthAppState): Promise; export declare function getAuthentication(state: GitHubAppState): Promise;