=== tests/cases/compiler/es6ExportDefaultFunctionDeclaration.ts === export default function f() { } >f : () => void