import { Pair } from "tstl";
export declare namespace Terminal {
    function execute(...commands: string[]): Promise<Pair<string, string>>;
}
