/// <reference types="bootstrap-notify" />
/**
 * @author Louis-Dominique Dubeau
 * @license MPL 2.0
 * @copyright Mangalam Research Center for Buddhist Languages
 */
import "bootstrap-notify";
export declare function notify(message: string, settings?: NotifySettings): void;
