import { ProjectOperationCredentials } from "@atomist/automation-client/lib/operations/common/ProjectOperationCredentials"; import { RemoteRepoRef } from "@atomist/automation-client/lib/operations/common/RepoId"; import { NewRepoCreationParameters } from "@atomist/automation-client/lib/operations/generate/NewRepoCreationParameters"; export declare class BitBucketRepoCreationParameters extends NewRepoCreationParameters { githubToken: string; apiUrl: string; get credentials(): ProjectOperationCredentials; /** * Return a single RepoRef or undefined if we're not identifying a single repo * This implementation returns a GitHub.com repo but it can be overriden * to return any kind of repo * @return {RepoRef} */ get repoRef(): RemoteRepoRef; } //# sourceMappingURL=BitBucketRepoCreationParameters.d.ts.map