import { IMapStorage } from '../IMapStorage';
export interface IPropertyIdentifierNamesCacheStorage extends IMapStorage<string, string> {
}
