import type { CISource } from "./ci-source.ts"; /** * Detect GitHub Actions CI environment. * Reads the event payload from GITHUB_EVENT_PATH to extract PR info. */ export declare function createGitHubActionsCISource(env: Record): CISource | undefined; //# sourceMappingURL=github-actions.d.ts.map