import type { Failed, Succeeded } from "./cliTypes.js";
export declare const SUCCEEDED: Succeeded;
export declare const FAILED: Failed;
