import { CodeAndName } from "ng-stalk/core/types"; import { NsConfigService } from "ng-stalk/core/config"; import * as i0 from "@angular/core"; export declare class NsCodeService { private nsConfigService; codeCache: { [key: string]: CodeAndName[]; }; constructor(nsConfigService: NsConfigService); getList(group: string): CodeAndName[]; getOne(group: string, key: string): CodeAndName; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }