import type { CISource } from "./ci-source.ts"; /** * Generic CI detection using environment variables. * Works with any CI that sets DANGER_GITHUB_API_TOKEN and either * DANGER_PR_URL or (DANGER_REPO_SLUG + DANGER_PR_ID). */ export declare function createGenericCISource(env: Record): CISource | undefined; //# sourceMappingURL=generic.d.ts.map