export declare class Vars { readonly host: string; readonly apiUrl: string; readonly apiHost: string; readonly envHost: string | undefined; readonly envGitHost: string | undefined; readonly gitHost: string; readonly httpGitHost: string; readonly gitPrefixes: string[]; } export declare const vars: Vars;