declare function arch(): 'x64' | 'x86' | 'arm64';

export = arch;
