15815213711
2024-08-26 67b8b6731811983447e053d4396b3708c14dfe3c
1
2
3
4
5
6
7
8
9
10
import { NativeModule } from '.';
export declare class NodePreGyp extends NativeModule {
    usesTool(): Promise<boolean>;
    locateBinary(): Promise<string | null>;
    run(nodePreGypPath: string): Promise<void>;
    findPrebuiltModule(): Promise<boolean>;
    getNodePreGypRuntimeArgs(): Promise<string[]>;
    private shouldUpdateBinary;
    private getModulePaths;
}