import type { Provider } from "@intentic/engine"; import type { GitHubApi } from "./github-api.js"; export declare const createGhCiProvider: (api?: GitHubApi) => Provider; //# sourceMappingURL=gh-ci.d.ts.map