export declare const readyMap: Map>; export declare const initializersMap: Map>; /** * Used to mark a Service method to be called after all the Services are created, but before the server starts * * @param dependencies The dependencies that need to be initialized before this one will be */ export declare function Initializer(dependencies?: unknown[]): PropertyDecorator;