import type { GatherContext } from './types.ts'; export declare function parseGitHubRepoSlug(remoteUrl: string): string | null; export declare function resolveGatherContext(provider: string, cwd?: string): Promise;