declare module 'dashify' { function dashify(string: string): string; export default dashify; }