import type { Tool } from './Registry.js'; export declare function getToken(): string | undefined; export declare function getConnectedRepos(): { owner: string; repo: string; connectedAt: string; }[]; export declare function ghApi(endpoint: string, method?: string, body?: any): Promise; export declare const githubTools: Tool[]; //# sourceMappingURL=GithubConnect.d.ts.map