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