import { type Dispatch } from 'react'; import type { Action } from '../app-action-type.js'; import type { AppProps } from '../app-props.js'; import type { State } from '../app-state.js'; /** Persists live SettingsPicker mutations while skipping its initial hydration. */ export declare function useSettingsAutoSave(state: State, saveSettings: AppProps['saveSettings'], dispatch: Dispatch): void; //# sourceMappingURL=use-settings-auto-save.d.ts.map