/** * CLI control flow: validate the argument, format the file, and translate the * outcome into a process exit code (0 on success, 1 on any failure). */ export declare function run(arguments_: readonly string[]): Promise;