import type * as ts from 'typescript';
export declare function isTypeReferenceReusable(declaration: ts.Declaration): boolean;
