import type { Argv } from 'yargs'; export declare const command = "wins "; export declare const desc = "Show distribution of query wins from the given experiments in a table"; export declare const builder: (yargs: Argv) => Argv; export declare const handler: (argv: Record) => Promise;