import type { OutputFormat } from '../types.js'; export declare function statsCommand(sessionId: string, opts: { source?: string; json?: boolean; output?: OutputFormat; timing?: boolean; }): Promise; //# sourceMappingURL=stats.d.ts.map