import type { Command } from "commander";
export declare function configureRunsCancelCommand(program: Command): Command;
