/**
 * @ignore Event name indicating that the required indexes for the security master have been successfully created.
 */
export declare const INDEXES_CREATED = "INDEXES_CREATED";
/**
 * @ignore Event name signaling that the security master has been successfully initialized and is ready for use.
 */
export declare const SECURITY_MASTER_INITIALIZED = "SECURITY_MASTER_INITIALIZED";
/**
 * @ignore Event name signaling that the search has been successfully initialized and is ready for use.
 */
export declare const GLOBAL_SUCCESS_EVENT_NAME = "__SEC_MASTER_LOADING_DONE__";
