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