1 | import { HandlerContext } from "@atomist/automation-client/lib/HandlerContext";
|
2 | import { ProjectOperationCredentials } from "@atomist/automation-client/lib/operations/common/ProjectOperationCredentials";
|
3 | import { RepoLoader } from "@atomist/automation-client/lib/operations/common/repoLoader";
|
4 | import { ProjectLoader } from "../../spi/project/ProjectLoader";
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 | export declare function projectLoaderRepoLoader(pl: ProjectLoader, credentials: ProjectOperationCredentials, readOnly: boolean, context?: HandlerContext): RepoLoader;
|
13 |
|
\ | No newline at end of file |