vibe-tools
Version:
CLI tools for AI agents
12 lines (11 loc) • 439 B
TypeScript
import type { Command, CommandGenerator } from '../../types';
import type { MacChromeCommandOptions } from './browserOptions';
export declare class MacChromeCommand implements Command {
private discoverChromeProfiles;
private getProfileEmail;
private copyProfile;
private checkPortInUse;
private verifyChromeIsRunning;
private wait;
execute(query: string, options: MacChromeCommandOptions): CommandGenerator;
}