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