export declare function getGitHubOwnerRepoFromPath(path: string): {
    owner: string;
    repo: string;
    branch: string;
    path: string;
};
//# sourceMappingURL=github.d.ts.map