import type { CiEnvironment, Env } from './types.js'; export default function detectCiEnvironment(env: Env): CiEnvironment | undefined; export declare function removeUserInfoFromUrl(value: string): string;