export declare const StepSeverity: { readonly default: undefined; readonly error: "error"; readonly warning: "warning"; readonly success: "success"; }; export type StepSeverity = (typeof StepSeverity)[keyof typeof StepSeverity];