import * as ts from 'typescript'; export declare function isIntersectionType(type: ts.Type): type is ts.IntersectionType;