import type { Provider } from "@intentic/engine"; import type { SshExecutor } from "../core/ssh.js"; import type { ForgejoApi } from "./forgejo-api.js"; export declare const createCiProvider: (api?: ForgejoApi, executor?: SshExecutor) => Provider; //# sourceMappingURL=ci.d.ts.map