import * as Effect from "effect/Effect"; export declare const parseScp: (input: string, hostname?: string) => Effect.Effect | Effect.Effect<{ readonly type: "github"; readonly owner: string; readonly ref: import("effect/Option").Option; readonly repo: string; readonly subPath: import("effect/Option").Option; readonly sourceName?: string | undefined; }, never, never>; //# sourceMappingURL=scp.d.ts.map