export interface OwnerRepo { owner: string; repo: string; } export declare const getGithubOwnerAndRepo: (remoteName?: string) => OwnerRepo | null;