/// <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 useLocalSchema: boolean;
    readonly disableHttps: boolean;
    readonly forceLatestValid: boolean;
};
