export declare const spawn: ({ command, detached, name, path, port, sharedDb, stdio }?: Partial<{ command: "docker" | "java"; detached: boolean; name: null | string; path: null | string; port: null | number; sharedDb: boolean; stdio: "ignore" | "inherit" | "pipe"; }>) => import("child_process").ChildProcess; //# sourceMappingURL=module.d.ts.map