export declare const StepsStatus: { readonly SUCCESS: "success"; }; export type StepsStatus = (typeof StepsStatus)[keyof typeof StepsStatus];