export declare const GLOBAL_SETTING_PATTERN: {
    addGlobalSetting: string;
    removeGlobalSetting: string;
};
