export declare const remoteUrlPrefixes: readonly ["https://", "git@", "ssh://", "git://"]; export declare const isExplicitRemoteUrl: (value: string) => boolean;