/// <reference types="node" />
export declare const env: {
    readonly isTTY: boolean;
    readonly platform: NodeJS.Platform;
    readonly host: string;
    readonly originForDevServer: string;
    readonly sockPath: string;
    readonly sockPort: string;
    readonly sockHost: string;
    readonly debug: boolean;
    readonly ttEnv: string;
    readonly disableHttps: boolean;
    readonly skipLatestValid: string | false;
};
