import { Cmd } from '../types';
export declare function runForeground(cmd: Cmd): Promise<void>;
//# sourceMappingURL=run-foreground.d.ts.map