import { Vector3 } from '@openhps/core'; import { State } from './State'; export declare class Transition { connects: State[]; points: Vector3[]; }