import { GitHubAdapter, GitHubConfig } from './types.js'; export declare function github(config: GitHubConfig): GitHubAdapter;