export declare const InternalEvents: {
    load: "load";
    config: "config";
};
export declare type InternalEvents = keyof typeof InternalEvents;
export declare const InternalLayers: {
    globalConfig: "globalConfig";
    modules: "modules";
};
export declare type InternalLayers = keyof typeof InternalLayers;
