import type { OAuthAppAuthOptions, GitHubAppAuthOptions, OAuthAppAuthentication, GitHubAppAuthentication, GitHubAppAuthenticationWithExpiration, OAuthAppState, GitHubAppState } from "./types"; export declare function auth(state: OAuthAppState, options?: OAuthAppAuthOptions): Promise; export declare function auth(state: GitHubAppState, options?: GitHubAppAuthOptions): Promise;