import * as tt from 'typescript'; import Scope from './Scope'; export default function transformIntersectionType(type: tt.IntersectionTypeNode, scope: Scope): string;