declare module "node-gyp-build" { function build(dir: string): any; export = build; }