import type { Argv } from 'yargs'; export declare const command = "stats"; export declare const desc = "Derive statistics from experiments"; export declare const builder: (yargs: Argv) => Argv;