import { InjectableConfig } from '@asuka/di';
export declare const moduleNameKey: unique symbol;
export declare const globalKey: unique symbol;
export declare const SSRModule: (config: string | (InjectableConfig & {
    name: string;
})) => (target: any) => any;
