export declare const supportedArchs: string[];
export declare const supportedPlatforms: string[];
export declare function inferPlatform(): string;
export declare function inferArch(): string;
