export declare function getLocalizedString(key: string, ...params: any[]): string; export declare function getDefaultString(key: string, ...params: any[]): string; /** * Clear the locale string cache so that updated NLS files (e.g., from a freshly * downloaded metadata.zip) are picked up on next getLocalizedString() call. */ export declare function clearLocaleCache(): void; //# sourceMappingURL=localizeUtils.d.ts.map