type EnvironmentPromptContext = { cwd: string; platform: string; osVersion: string; shell: string; isGitRepo: boolean; timeZone: string; }; export declare function getEnvironmentPromptContext(): EnvironmentPromptContext; export {};