import { type ProbeResult } from "../copilot/models.js"; import type { CommandModule } from "./types.js"; type SkillBenchModelProbe = (modelIds: string[]) => Promise; export declare function setSkillBenchModelProbeForTests(probe: SkillBenchModelProbe | null): void; export declare const skillBenchCommand: CommandModule; export {};