export declare class MambuConfig { domain: string; apiKey: string; } export declare const MAMBU_CONFIG = "MAMBU_CONFIG"; export declare const getMambuConfigToken: (name: string) => string; export declare const getMambuServiceToken: (name: string) => string; export declare const InjectMambu: (name: string) => PropertyDecorator & ParameterDecorator;