import { GitHubAuthToken } from './types.js'; declare function getGitHubAuthToken(): Promise; export { getGitHubAuthToken };