import type { HushContext, RunOptions } from '../types.js'; export declare function runCommand(ctx: HushContext, options: RunOptions): Promise; //# sourceMappingURL=run.d.ts.map