declare module 'indefinite-article' { function indefiniteArticle(string: string): string; export default indefiniteArticle; }