alwaysai
Version:
The alwaysAI command-line interface (CLI)
13 lines • 733 B
TypeScript
/// <reference types="node" />
export declare const NODE_ENV: string | undefined;
export declare const ALWAYSAI_AUDIT_LOG: string | undefined;
export declare const ALWAYSAI_DO_NOT_TRACK: boolean;
export declare const ALWAYSAI_OS_PLATFORM: NodeJS.Platform;
export declare const ALWAYSAI_SHOW_HIDDEN: boolean;
export declare const ALWAYSAI_SYSTEM_ID: string | undefined;
export declare const ALWAYSAI_LOG_LEVEL: string | undefined;
export declare const ALWAYSAI_LOG_TO_CONSOLE: string | undefined;
export declare const ALWAYSAI_STORAGE_DIR_ENV: string | undefined;
export declare const ALWAYSAI_CFG_DIR: string | undefined;
export declare const ALWAYSAI_TARGET_HW_OVERRIDE: string | undefined;
//# sourceMappingURL=environment.d.ts.map