declare module "word-count" { export default function count(text: string): number; }