/**
 * last change: 13.08.2022
 * */
/**
 * @description Function run when ModalContainer was mounted in user's interface.
 * Set the key 'initialized' to true and handle the 'keyup' event.
 * */
export default function initialize(namespace?: import("./NamespaceStore").INamespaceKey): void;
