import type { FlowOptions, State } from '../types' export declare function useState(): State export declare const storeOptionsToSkip: (keyof Partial>)[]