export declare const useState: (initialValue: V | (() => Promise) | (() => V)) => [V, (payload?: V | undefined) => void]; //# sourceMappingURL=useState.d.ts.map