import type { Browser } from "../browser";
declare const addRunStepCommand: (browser: Browser) => void;
export default addRunStepCommand;
