import type { LLGestureStepType } from '../enums/LLGestureStepType';
export class LLGestureStep
{
public stepType: LLGestureStepType
}