import * as tt from 'typescript'; import Scope from './Scope'; export default function transformTypeLiteral(node: tt.TypeLiteralNode, scope: Scope): string;