import type { CISource } from "./ci-source.ts"; /** * A fake CI source for testing and `danger pr`. */ export declare function createFakeCISource(repoSlug: string, pullRequestID: string): CISource; //# sourceMappingURL=fake.d.ts.map