exportinterfaceFlowStateOptions {
id?: string;
}
exportdeclareclassFlowState {
/**
* Unique identifier for the flow state
*/id: string;
/**
* Creates a new FlowState with a unique ID
*/constructor(options?: FlowStateOptions);
}
//# sourceMappingURL=FlowState.d.ts.map