declare const detectShell: () => string; declare const getShellProfile: (shell: string) => string | null; export { detectShell, getShellProfile };