import { NativeModule } from '../index.js';
export declare class NodeGyp extends NativeModule {
    buildArgs(prefixedArgs: string[]): Promise<string[]>;
    buildArgsFromBinaryField(): Promise<string[]>;
    rebuildModule(): Promise<void>;
}
