import { ChildProcess } from 'child_process'; export declare const gracefulShutdown: (javaProcess: ChildProcess) => Promise;