export declare class GlobalConfigProcessor {
    private globalConfig;
    static instance: any;
    private initialized;
    static GLOBAL_PACKAGE_SPLIT: string;
    static getInstance(): GlobalConfigProcessor;
    getAllProperties(): any;
    mergeProperties(properties: any): void;
    clearProperties(): void;
}
