export interface RepositoryManifest { readonly provider: 'github'; readonly owner: string; readonly name: string; readonly url: string; readonly defaultBranch: 'main'; } //# sourceMappingURL=repository.d.ts.map