export declare function useGitHubSkills(): { connection: any; fetchConnection: () => Promise; connect: () => void; disconnect: () => Promise; };