import * as ts from 'typescript'; export declare class PropertySignatureCache { private _cache; private static _instance; static get instance(): PropertySignatureCache; set(identifier: ts.PropertyName): void; get(): ts.PropertyName; }