export declare const NODE_V24_SUPPORTED_ARCHITECTURES: readonly ["x64", "arm64", "ppc64", "s390x"];
export declare function isNodeV24SupportedArchitecture(arch?: string): boolean;
