import { TDictionary } from './TDictionary';
export declare type TIdentifierNamesCacheDictionary = TDictionary<string>;
