import { ITranslator } from '@jupyterlab/translation';
/**
 * Show a dialog box reporting an error during installation of an extension.
 *
 * @param name The name of the extension
 * @param errorMessage Any error message giving details about the failure.
 */
export declare function reportInstallError(name: string, errorMessage?: string, translator?: ITranslator): void;
