import type { FlowOptions, State } from '../types'

export declare function useState(): State
export declare const storeOptionsToSkip: (keyof Partial<FlowOptions & Omit<State, 'nodes' | 'edges' | 'modelValue'>>)[]
