import * as Effect from "effect/Effect"; export declare const parseShorthand: (input: string) => Effect.Effect<{ owner: string; ref: import("effect/Option").Option; repo: string; subPath: import("effect/Option").Option; sourceName?: string | undefined; type: "gitlab"; }, import("../../../app-error/app-error.ts").AppError, never>; //# sourceMappingURL=shorthand.d.ts.map