import { NotificationSystem } from "./types";
export declare const notifications: import("@nteract/myths").MythicPackage<"notifications", {
    current: NotificationSystem;
}>;
