export { DependencyModuleMap, ExternalModule, PossibleRunTime, } from './config/index';
export * from './rest/index';
export { STATUS_CODE } from './rest/status-code';
export declare const RESERVED_KEYWORD: {
    readonly SUFFIX: {};
    readonly PREFIX: {
        readonly EVENT: "$events$";
        readonly KILL: "$kill$";
        readonly RESTART: "$restart$";
    };
};
