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