import type { Argv } from 'yargs'; export declare const command = "query "; export declare const desc = "List all query execution times from the given experiments"; export declare const builder: (yargs: Argv) => Argv; export declare const handler: (argv: Record) => Promise;