import { type Readable } from 'svelte/store'; export declare const useState: (initialState: T) => [Readable, (newState: T) => void];