export declare class Specs {
    private plat;
    private ar;
    getPlatform(): string;
    getArch(): string;
}
