import { UnitValue } from '../domains/entities/general.entity';
export declare function string2Transition(transitionString: string): UnitValue;
