export declare class CustomizationRegistry { static flush(): void static getContent(): string static isCustomizationSupported(appIdOrScope?: string): boolean static isCustomizationSupportedByName(scopeName?: string): boolean static isCustomizedApp(appIdOrScope?: string): boolean }