declare module "wcwidth" { export default function wcwidth(input: string): number }