import { NativeModule } from '.'; export declare class NodePreGyp extends NativeModule { usesTool(): Promise; locateBinary(): Promise; run(nodePreGypPath: string): Promise; findPrebuiltModule(): Promise; getNodePreGypRuntimeArgs(): Promise; private shouldUpdateBinary; private getModulePaths; }