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