import { Envs } from "./types";
export declare const getEnvString: (envs: Envs) => string;
export declare const run: (userCmd: string[]) => Promise<void>;
