export declare class Vars {
    get apiHost(): string;
    get apiUrl(): string;
    get envGitHost(): string | undefined;
    get envHost(): string | undefined;
    get envParticleboardUrl(): string | undefined;
    get gitHost(): string;
    get gitPrefixes(): string[];
    get host(): string;
    get httpGitHost(): string;
    get particleboardUrl(): string;
    private isValidHerokuHost;
}
export declare const vars: Vars;
