one error: > typescript-node-definitions/express3.d.ts(21,18): error TS1003: Identifier expected. which is on this line: > export function (): Application; is the function expecting a name? tested on ts 0.9.0.1, node 0.8.11