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