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