export declare const isGitHubAuthError: (errorMessage: string) => boolean; export declare const getGitHubAuthErrorMessage: (repoName: string, hasGhToken: boolean) => string; export declare const getUserMessageForNpmInstallErrors: (errorOutput: string) => string;