import * as ts from 'typescript'; import Scope from './Scope'; export default function transformTypeAliasDeclaration(statement: ts.TypeAliasDeclaration, scope: Scope): string;