declare function run(command: string, cwd?: string): Promise<void>;

export { run };
