#!/usr/bin/env node export declare function launch(cmd: string, args?: string[]): void;