import { ChildProcess } from 'child_process'; declare const callCore: (args: (string | number)[], done: (error: any) => void, onOutput: (message: string, error: boolean) => void, jvmArgs?: string[]) => ChildProcess; export { callCore };