15815213711
2024-08-26 67b8b6731811983447e053d4396b3708c14dfe3c
1
2
3
4
5
6
7
8
9
10
11
import { NativeModule } from '.';
export declare function determineNativePrebuildArch(arch: string): string;
/**
 * The extension of `prebuildify`-generated native modules, after the last `.`. This value differs
 * based on whether the target arch is ARM-based.
 */
export declare function determineNativePrebuildExtension(arch: string): string;
export declare class Prebuildify extends NativeModule {
    usesTool(): Promise<boolean>;
    findPrebuiltModule(): Promise<boolean>;
}