export declare class KeyMap { private map; constructor(map: T); getInternal(key: string | null | undefined): T[keyof T]; getExternal(value: T[string]): keyof T; } //# sourceMappingURL=keyMap.d.ts.map