import type { Argv } from 'yargs'; export declare const command = "ghbench "; export declare const desc = "Generates a JSON file for usage in the Benchmark Github Action"; export declare const builder: (yargs: Argv) => Argv; export declare const handler: (argv: Record) => Promise;