export interface MeshGhClient { repoExists(handle: string, repoName: string): Promise; cloneRepo(handle: string, repoName: string, localDir: string): Promise; pushRepo(localDir: string): Promise; } export declare const realMeshGhClient: MeshGhClient; //# sourceMappingURL=gh-mesh.d.ts.map