import * as ts from 'typescript'; import { PluginOptions } from '../merge-options'; export declare function typeReferenceToIdentifier(typeReferenceDescriptor: { typeName: string; isArray?: boolean; arrayDepth?: number; }, hostFilename: string, options: PluginOptions, factory: ts.NodeFactory, type: ts.Type, typeImports: Record, importsToAdd: Set): ts.Identifier; //# sourceMappingURL=type-reference-to-identifier.util.d.ts.map