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;
}
