import type * as ts from 'typescript'; export declare function specifierNameMatches(type: ts.Type, names: string | string[]): boolean;