export type SwapStateInfo<S extends number> = {
    state: S;
    name: string;
    description: string;
};
