import execa = require('execa'); export declare function executeJar(path: string, args: string[]): execa.ExecaChildProcess;