///
///
import { Command } from 'commander';
import { Config } from '../config.js';
export declare function makeWithConfigCommand(): Command;
export declare function withConfig(command: string, config?: Config): import("child_process").SpawnSyncReturns;