1 | import * as ts from 'typescript';
|
2 | import { PluginOptions } from '../merge-options';
|
3 | export declare function typeReferenceToIdentifier(typeReferenceDescriptor: {
|
4 | typeName: string;
|
5 | isArray?: boolean;
|
6 | arrayDepth?: number;
|
7 | }, hostFilename: string, options: PluginOptions, factory: ts.NodeFactory, type: ts.Type, typeImports: Record<string, string>, importsToAdd: Set<string>): ts.Identifier;
|
8 | //# sourceMappingURL=type-reference-to-identifier.util.d.ts.map |
\ | No newline at end of file |