declare const start: (options: never) => Promise<import("node:child_process").ChildProcess>;
declare const stop: () => Promise<void>;
//# sourceMappingURL=index.d.ts.map