import * as HttpClient from "effect/unstable/http/HttpClient"; import * as Effect from "effect/Effect"; import * as Option from "effect/Option"; import { type AppError } from "../../../app-error/index.js"; import type { GitHubSourceParams } from "../../../sources/types.js"; export declare const resolveRepo: (args: { readonly owner: string; readonly repo: string; readonly subPath: Option.Option; }) => Effect.Effect, AppError, HttpClient.HttpClient>; //# sourceMappingURL=resolve-repo.d.ts.map