import { type Report } from "@ohmyperf/core"; import { type BrandId } from "@ohmyperf/design-tokens"; export declare const runCommand: import("citty").CommandDef<{ url: { type: "positional"; description: string; required: false; }; "no-interactive": { type: "boolean"; description: string; default: false; }; mode: { type: "string"; description: string; default: string; }; runs: { type: "string"; description: string; default: string; }; headless: { type: "boolean"; description: string; default: true; }; output: { type: "string"; description: string; default: string; }; format: { type: "string"; description: string; default: string; }; style: { type: "string"; description: string; default: string; }; "browser-path": { type: "string"; description: string; required: false; }; plugins: { type: "string"; description: string; default: string; }; "isolate-origins": { type: "string"; description: string; required: false; }; quiet: { type: "boolean"; description: string; default: false; }; json: { type: "boolean"; description: string; default: false; }; "allow-single-run": { type: "boolean"; description: string; default: false; }; "frozen-lockfile": { type: "boolean"; description: string; default: false; }; recalibrate: { type: "boolean"; description: string; default: false; }; "collect-trace": { type: "boolean"; description: string; default: false; }; "synthetic-interaction": { type: "string"; description: string; }; budget: { type: "string"; description: string; required: false; }; }>; export declare function printBeautifulSummary(report: Report, style: BrandId, writtenPaths: ReadonlyArray): void; //# sourceMappingURL=run.d.ts.map