import type { CliResult } from './cli-support.js'; export declare function runApplyCommand(options: readonly string[], cwd: string): CliResult;