/** * ShellCheck architecture. */ export type ShellCheckArchitecture = 'x86_64' | 'aarch64' | 'riscv64';