UNPKG

vibe-tools

Version:
12 lines (11 loc) 439 B
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; }