import { CodeAndName } from 'ng-stalk/core/types'; import { NzSafeAny } from "ng-zorro-antd/core/types"; import { MagConfigService } from '../mag-config-service/mag-config.service'; import * as i0 from "@angular/core"; export declare class MagCodeCacheService { private magConfigService; codeCache: { [key: string]: CodeAndName[]; }; constructor(magConfigService: MagConfigService); getList(group: string): CodeAndName[]; getOne(group: string, key: string): CodeAndName; checkInitialized(): void; setCodeData(codeData: NzSafeAny): void; addGroup(group: string, codeAndNames?: CodeAndName[]): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }