/// declare type ValidateReturn = { architecture: "x64" | "x86"; }; export declare function Validate(file: Buffer): Promise; export {};