export declare const Enter = 0;
export declare const Exit = 1;
type Self = typeof import("./step");
export type Value = Self[keyof Self];
export {};
