import { LanguagePackBundle, LanguagePackService } from '../../common/language-pack-service'; export declare class PluginLanguagePackService implements LanguagePackService { protected readonly storage: Map>; storeBundle(pluginId: string, locale: string, bundle: LanguagePackBundle): void; deleteBundle(pluginId: string, locale?: string): void; getBundle(pluginId: string, locale: string): Promise; } //# sourceMappingURL=plugin-language-pack-service.d.ts.map