import { Profile, ShellType, EnvVars } from '../types.js'; export declare function generateEnvVars(profile: Profile): EnvVars; export declare function generateShellScript(profile: Profile, shell: ShellType): string; export declare function generateResetScript(shell: ShellType): string; export declare function detectShell(): ShellType; //# sourceMappingURL=shell.d.ts.map