/** Fatal configuration error for a development-tools pipeline. */ export declare const E_INVALID_DEV_PIPELINE_CONFIG: import("../../factories").CreatedException<[ string ]>; /** Unknown development step. */ export declare const E_DEV_UNKNOWN_STEP: import("../../factories").CreatedException<[ string ]>; /** Invalid development-step argument. */ export declare const E_DEV_BAD_ARG: import("../../factories").CreatedException<[ string ]>; /** A requested engine capability is not configured. */ export declare const E_DEV_ENGINE_REQUIRED: import("../../factories").CreatedException<[ string ]>; /** A development step failed during execution or validation. */ export declare const E_DEV_STEP_FAILED: import("../../factories").CreatedException<[ string, string ]>; /** A step implementation is not available. */ export declare const E_DEV_STEP_UNAVAILABLE: import("../../factories").CreatedException<[ string ]>; /** Workspace bounds were exceeded. */ export declare const E_DEV_WORKSPACE_BOUNDS: import("../../factories").CreatedException<[ string ]>; /** A gate declined a step. */ export declare const E_DEV_GATE_DECLINED: import("../../factories").CreatedException<[ string ]>;