import type { Exited } from "./Exited.js"; import type { Running } from "./Running.js"; export declare type State = Exited | Running; //# sourceMappingURL=State.d.ts.map