import { type EnvironmentType } from './types.js'; export declare function getEnvironmentType(): EnvironmentType; export declare function getGitHubBaseUrl(): string; export declare function getGitLabBaseUrl(): string;