declare module "wordcount" { function wordcount(input: string): number export = wordcount }