export declare function sanitizeShellPath(shellPath?: string): string | undefined; export declare function findZshPath(customZshPath?: string): string | null; export declare function findBashPath(): string | null;