declare module "language-detect" { function detect(filepath : string, callback : any) : void; export = detect }