import * as tt from 'typescript'; import Scope from './Scope'; export default function transformPropertyName(propertyName: tt.PropertyName, scope: Scope): string;