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