/**
 * Makes the module global-scoped.
 * Once imported will be available for all existing modules.
 */
export declare function Global(): ClassDecorator;
